Skip to content

Commit 98fa0fc

Browse files
authored
Add bounds for base in hls-test-utils (#1791)
1 parent 045a6e3 commit 98fa0fc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

hls-test-utils/hls-test-utils.cabal

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ synopsis: Utilities used in the tests of Haskell Language Server
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
77

8-
homepage:
9-
https://github.com/haskell/haskell-language-server#readme
10-
8+
homepage: https://github.com/haskell/haskell-language-server#readme
119
bug-reports: https://github.com/haskell/haskell-language-server/issues
1210
license: Apache-2.0
1311
license-file: LICENSE
@@ -35,7 +33,7 @@ library
3533
build-depends:
3634
, aeson
3735
, async
38-
, base
36+
, base >=4.12 && <5
3937
, blaze-markup
4038
, bytestring
4139
, containers
@@ -44,14 +42,14 @@ library
4442
, extra
4543
, filepath
4644
, ghcide ^>=1.2
45+
, hls-graph
4746
, hls-plugin-api ^>=1.1
4847
, hspec
4948
, hspec-core
5049
, lens
5150
, lsp ^>=1.2
5251
, lsp-test ==0.14.0.0
5352
, lsp-types ^>=1.2
54-
, hls-graph
5553
, tasty
5654
, tasty-expected-failure
5755
, tasty-golden

0 commit comments

Comments
 (0)