We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ed4e8 commit 7f5c873Copy full SHA for 7f5c873
hls-test-utils/hls-test-utils.cabal
@@ -5,9 +5,7 @@ synopsis: Utilities used in the tests of Haskell Language Server
5
description:
6
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
7
8
-homepage:
9
- https://github.com/haskell/haskell-language-server#readme
10
-
+homepage: https://github.com/haskell/haskell-language-server#readme
11
bug-reports: https://github.com/haskell/haskell-language-server/issues
12
license: Apache-2.0
13
license-file: LICENSE
@@ -35,7 +33,7 @@ library
35
33
build-depends:
36
34
, aeson
37
, async
38
- , base
+ , base >=4.12 && <5
39
, blaze-markup
40
, bytestring
41
, containers
0 commit comments