Skip to content

Commit

Permalink
Add bounds for base in hls-test-utils (backport #1791) (#1793)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
mergify[bot] and berberman committed May 4, 2021
1 parent c4ed4e8 commit 7f5c873
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions hls-test-utils/hls-test-utils.cabal
Expand Up @@ -5,9 +5,7 @@ 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

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
Expand Down Expand Up @@ -35,7 +33,7 @@ library
build-depends:
, aeson
, async
, base
, base >=4.12 && <5
, blaze-markup
, bytestring
, containers
Expand Down

0 comments on commit 7f5c873

Please sign in to comment.