Skip to content

Commit

Permalink
Add hspec upper bound (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira authored May 16, 2021
1 parent b91b3cd commit a9113df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hls-test-utils/hls-test-utils.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ library
build-depends:
, aeson
, async
, base >=4.12 && <5
, base >=4.12 && <5
, blaze-markup
, bytestring
, containers
, data-default
, directory
, extra
, filepath
, ghcide >=1.3 && <1.4
, ghcide >=1.3 && <1.4
, hls-graph
, hls-plugin-api ^>=1.1
, hspec
, hspec <2.8
, hspec-core
, lens
, lsp ^>=1.2
Expand Down

0 comments on commit a9113df

Please sign in to comment.