Skip to content

Commit

Permalink
Add bounds for base in hls-test-utils (#1791)
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman authored May 4, 2021
1 parent 045a6e3 commit 98fa0fc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions hls-test-utils/hls-test-utils.cabal
Original file line number Diff line number Diff line change
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 All @@ -44,14 +42,14 @@ library
, extra
, filepath
, ghcide ^>=1.2
, hls-graph
, hls-plugin-api ^>=1.1
, hspec
, hspec-core
, lens
, lsp ^>=1.2
, lsp-test ==0.14.0.0
, lsp-types ^>=1.2
, hls-graph
, tasty
, tasty-expected-failure
, tasty-golden
Expand Down

0 comments on commit 98fa0fc

Please sign in to comment.