Skip to content

Commit e654ff8

Browse files
authored
bump upper bounds on hedgehog and hspec-hedgehog (#110)
build succeeds ``` cabal build -j --enable-tests --constraint 'hedgehog >= 1.5' --constraint 'hspec-hedgehog >= 0.3.0.0' ```
1 parent 6e17153 commit e654ff8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ test-suite extensions-test
131131
, bytestring
132132
, containers
133133
, ghc-boot-th
134-
, hedgehog >= 1.0 && < 1.5
134+
, hedgehog >= 1.0 && < 1.6
135135
, hspec
136-
, hspec-hedgehog >= 0.0.1 && < 0.2
136+
, hspec-hedgehog >= 0.0.1 && < 0.4
137137
, text
138138
ghc-options: -threaded
139139
-rtsopts

0 commit comments

Comments
 (0)