File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -203,4 +203,4 @@ test-suite no-thunks-test
203
203
-- this is test is buildable on old GHCs
204
204
-- but it doesn't do anything.
205
205
if impl(ghc >= 8.6 )
206
- build-depends : nothunks >= 0.1.1.0 && < 0.2
206
+ build-depends : nothunks >= 0.1.1.0 && < 0.3
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ test-suite mem-use-tests
364
364
build-depends :
365
365
cabal-install,
366
366
containers,
367
- tasty >= 1.2.3 && < 1.5 ,
367
+ tasty >= 1.2.3 && < 1.6 ,
368
368
tasty-hunit >= 0.10
369
369
370
370
@@ -384,7 +384,7 @@ test-suite integration-tests2
384
384
containers,
385
385
directory,
386
386
filepath,
387
- tasty >= 1.2.3 && < 1.5 ,
387
+ tasty >= 1.2.3 && < 1.6 ,
388
388
tasty-hunit >= 0.10 ,
389
389
tagged
390
390
@@ -420,7 +420,7 @@ test-suite long-tests
420
420
network-uri >= 2.6.2.0 && < 2.7 ,
421
421
random,
422
422
tagged,
423
- tasty >= 1.2.3 && < 1.5 ,
423
+ tasty >= 1.2.3 && < 1.6 ,
424
424
tasty-expected-failure,
425
425
tasty-hunit >= 0.10 ,
426
426
tasty-quickcheck,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ library
62
62
, attoparsec ^>= 0.13.2.2 || ^>= 0.14.1
63
63
, base16-bytestring ^>= 0.1.1.5 || ^>= 1.0
64
64
, bytestring ^>= 0.10.0.2 || ^>= 0.11.0.0 || ^>= 0.12.0.0
65
- , containers ^>= 0.5.0.0 || ^>= 0.6.0.1
65
+ , containers ^>= 0.5.0.0 || ^>= 0.6.0.1 || ^ >= 0.7
66
66
, cryptohash-sha256 ^>= 0.11.101.0
67
67
, directory ^>= 1.2.0.1 || ^>= 1.3.0.0
68
68
, exceptions ^>= 0.10.0
You can’t perform that action at this time.
0 commit comments