Skip to content

Commit 7f5c873

Browse files
Add bounds for base in hls-test-utils (backport #1791) (#1793)
* Add bounds for base in hls-test-utils (#1791) (cherry picked from commit 98fa0fc) # Conflicts: # hls-test-utils/hls-test-utils.cabal * Fix conflict Co-authored-by: Potato Hatsue <1793913507@qq.com>
1 parent c4ed4e8 commit 7f5c873

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

+2-4
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

0 commit comments

Comments
 (0)