packages feed

Cabal revisions of hls-stan-plugin-1.0.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 2.4-name:          hls-stan-plugin-version:       1.0.1.0-synopsis:      Stan integration plugin with Haskell Language Server-description:-  Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>--license:       Apache-2.0-license-file:  LICENSE-author:        The Haskell IDE Team-maintainer:    uhbif19@gmail.com-copyright:     The Haskell IDE Team-category:      Development-build-type:    Simple-extra-source-files:-  LICENSE-  test/testdata/*.hs--source-repository head-    type:     git-    location: https://github.com/haskell/haskell-language-server.git--flag pedantic-  description: Enable -Werror-  default:     False-  manual:      True--library-  if impl(ghc < 8.10) || impl(ghc >= 9.0)-    buildable: False-  else-    buildable: True-  exposed-modules:    Ide.Plugin.Stan-  hs-source-dirs:     src-  build-depends:-      base-    , containers-    , data-default-    , deepseq-    , hashable-    , hls-plugin-api-    , ghc-    , ghcide-    , lsp-types-    , text-    , transformers-    , unordered-containers-    , stan--  default-language:   Haskell2010-  default-extensions:-    LambdaCase-    NamedFieldPuns-    DeriveGeneric-    TypeFamilies-    StandaloneDeriving-    DuplicateRecordFields-    OverloadedStrings--test-suite test-  if impl(ghc < 8.10) || impl(ghc >= 9.0)-    buildable: False-  else-    buildable: True-  type:             exitcode-stdio-1.0-  default-language: Haskell2010-  hs-source-dirs:   test-  main-is:          Main.hs-  ghc-options:      -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      aeson-    , base-    , containers-    , filepath-    , hls-stan-plugin-    , hls-plugin-api-    , hls-test-utils      ^>=1.5-    , lens-    , lsp-types-    , text- default-extensions:-    NamedFieldPuns-    OverloadedStrings+cabal-version: 2.4
+name:          hls-stan-plugin
+version:       1.0.1.0
+x-revision: 1
+synopsis:      Stan integration plugin with Haskell Language Server
+description:
+  Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
+
+license:       Apache-2.0
+license-file:  LICENSE
+author:        The Haskell IDE Team
+maintainer:    uhbif19@gmail.com
+copyright:     The Haskell IDE Team
+category:      Development
+build-type:    Simple
+extra-source-files:
+  LICENSE
+  test/testdata/*.hs
+
+source-repository head
+    type:     git
+    location: https://github.com/haskell/haskell-language-server.git
+
+flag pedantic
+  description: Enable -Werror
+  default:     False
+  manual:      True
+
+library
+  if impl(ghc < 8.10) || impl(ghc >= 9.0)
+    buildable: False
+  else
+    buildable: True
+  exposed-modules:    Ide.Plugin.Stan
+  hs-source-dirs:     src
+  build-depends:
+      base
+    , containers
+    , data-default
+    , deepseq
+    , hashable
+    , hls-plugin-api
+    , ghc
+    , ghcide
+    , lsp-types
+    , text
+    , transformers
+    , unordered-containers
+    , stan
+
+  default-language:   Haskell2010
+  default-extensions:
+    LambdaCase
+    NamedFieldPuns
+    DeriveGeneric
+    TypeFamilies
+    StandaloneDeriving
+    DuplicateRecordFields
+    OverloadedStrings
+
+test-suite test
+  if impl(ghc < 8.10) || impl(ghc >= 9.0)
+    buildable: False
+  else
+    buildable: True
+  type:             exitcode-stdio-1.0
+  default-language: Haskell2010
+  hs-source-dirs:   test
+  main-is:          Main.hs
+  ghc-options:      -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      aeson
+    , base
+    , containers
+    , filepath
+    , hls-stan-plugin
+    , hls-plugin-api
+    , hls-test-utils      ^>=1.6
+    , lens
+    , lsp-types
+    , text
+ default-extensions:
+    NamedFieldPuns
+    OverloadedStrings