Skip to content

Commit a9113df

Browse files
authored
Add hspec upper bound (#1837)
1 parent b91b3cd commit a9113df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ library
3333
build-depends:
3434
, aeson
3535
, async
36-
, base >=4.12 && <5
36+
, base >=4.12 && <5
3737
, blaze-markup
3838
, bytestring
3939
, containers
4040
, data-default
4141
, directory
4242
, extra
4343
, filepath
44-
, ghcide >=1.3 && <1.4
44+
, ghcide >=1.3 && <1.4
4545
, hls-graph
4646
, hls-plugin-api ^>=1.1
47-
, hspec
47+
, hspec <2.8
4848
, hspec-core
4949
, lens
5050
, lsp ^>=1.2

0 commit comments

Comments
 (0)