packages feed

Cabal revisions of hls-test-utils-1.1.0.1

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

revision 1
-cabal-version: 2.4-name:          hls-test-utils-version:       1.1.0.1-synopsis:      Utilities used in the tests of Haskell Language Server-description:-  Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>--homepage:      https://github.com/haskell/haskell-language-server#readme-bug-reports:   https://github.com/haskell/haskell-language-server/issues-license:       Apache-2.0-license-file:  LICENSE-author:        The Haskell IDE Team-maintainer:    alan.zimm@gmail.com-copyright:     The Haskell IDE Team-category:      Development-build-type:    Simple--flag pedantic-  description: Enable -Werror-  default:     False-  manual:      True--source-repository head-  type:     git-  location: https://github.com/haskell/haskell-language-server--library-  exposed-modules:-    Test.Hls-    Test.Hls.Util--  hs-source-dirs:   src-  build-depends:-    , aeson-    , async-    , base                    >=4.12 && <5-    , blaze-markup-    , bytestring-    , containers-    , data-default-    , directory-    , extra-    , filepath-    , ghcide                  ^>=1.4 || ^>=1.5-    , hls-graph-    , hls-plugin-api          ^>=1.2-    , hspec                   <2.8-    , hspec-core-    , lens-    , lsp                     ^>=1.2-    , lsp-test                ^>=0.14-    , lsp-types               >=1.2  && <1.4-    , tasty-    , tasty-expected-failure-    , tasty-golden-    , tasty-hunit-    , tasty-rerun-    , temporary-    , text-    , unordered-containers--  ghc-options:      -Wall--  if flag(pedantic)-    ghc-options: -Werror--  default-language: Haskell2010+cabal-version: 2.4
+name:          hls-test-utils
+version:       1.1.0.1
+x-revision: 1
+synopsis:      Utilities used in the tests of Haskell Language Server
+description:
+  Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
+
+homepage:      https://github.com/haskell/haskell-language-server#readme
+bug-reports:   https://github.com/haskell/haskell-language-server/issues
+license:       Apache-2.0
+license-file:  LICENSE
+author:        The Haskell IDE Team
+maintainer:    alan.zimm@gmail.com
+copyright:     The Haskell IDE Team
+category:      Development
+build-type:    Simple
+
+flag pedantic
+  description: Enable -Werror
+  default:     False
+  manual:      True
+
+source-repository head
+  type:     git
+  location: https://github.com/haskell/haskell-language-server
+
+library
+  exposed-modules:
+    Test.Hls
+    Test.Hls.Util
+
+  hs-source-dirs:   src
+  build-depends:
+    , aeson
+    , async
+    , base                    >=4.12 && <5
+    , blaze-markup
+    , bytestring
+    , containers
+    , data-default
+    , directory
+    , extra
+    , filepath
+    , ghcide                  ^>=1.5.0
+    , hls-graph
+    , hls-plugin-api          ^>=1.2
+    , hspec                   <2.8
+    , hspec-core
+    , lens
+    , lsp                     ^>=1.2
+    , lsp-test                ^>=0.14
+    , lsp-types               >=1.2  && <1.4
+    , tasty
+    , tasty-expected-failure
+    , tasty-golden
+    , tasty-hunit
+    , tasty-rerun
+    , temporary
+    , text
+    , unordered-containers
+
+  ghc-options:      -Wall
+
+  if flag(pedantic)
+    ghc-options: -Werror
+
+  default-language: Haskell2010