We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b3a79 commit 7b7a09cCopy full SHA for 7b7a09c
1 file changed
heist.cabal
@@ -171,7 +171,7 @@ Library
171
directory-tree >= 0.10 && < 0.13,
172
dlist >= 0.5 && < 0.9,
173
filepath >= 1.3 && < 1.5,
174
- hashable >= 1.1 && < 1.3,
+ hashable >= 1.1 && < 1.4,
175
lifted-base >= 0.2 && < 0.3,
176
map-syntax >= 0.3 && < 0.4,
177
monad-control >= 0.3 && < 1.1,
@@ -219,8 +219,8 @@ Test-suite testsuite
219
220
build-depends:
221
HUnit >= 1.2 && < 2,
222
- QuickCheck >= 2 && < 2.13,
223
- lens >= 4.3 && < 4.18,
+ QuickCheck >= 2 && < 2.14,
+ lens >= 4.3 && < 4.19,
224
test-framework >= 0.4 && < 0.9,
225
test-framework-hunit >= 0.2.7 && < 0.4,
226
test-framework-quickcheck2 >= 0.2.12.1 && < 0.4,
0 commit comments