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 @@ -211,4 +211,4 @@ test-suite no-thunks-test
211
211
-- this is test is buildable on old GHCs
212
212
-- but it doesn't do anything.
213
213
if impl(ghc >= 8.6 )
214
- build-depends : nothunks >= 0.1.1.0 && < 0.2
214
+ build-depends : nothunks >= 0.1.1.0 && < 0.3
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ test-suite mem-use-tests
370
370
build-depends :
371
371
cabal-install,
372
372
containers,
373
- tasty >= 1.2.3 && < 1.5 ,
373
+ tasty >= 1.2.3 && < 1.6 ,
374
374
tasty-hunit >= 0.10
375
375
376
376
@@ -390,7 +390,7 @@ test-suite integration-tests2
390
390
containers,
391
391
directory,
392
392
filepath,
393
- tasty >= 1.2.3 && < 1.5 ,
393
+ tasty >= 1.2.3 && < 1.6 ,
394
394
tasty-hunit >= 0.10 ,
395
395
tagged
396
396
@@ -426,7 +426,7 @@ test-suite long-tests
426
426
network-uri >= 2.6.2.0 && < 2.7 ,
427
427
random,
428
428
tagged,
429
- tasty >= 1.2.3 && < 1.5 ,
429
+ tasty >= 1.2.3 && < 1.6 ,
430
430
tasty-expected-failure,
431
431
tasty-hunit >= 0.10 ,
432
432
tasty-quickcheck,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ library
63
63
, attoparsec ^>= 0.13.2.2 || ^>= 0.14.1
64
64
, base16-bytestring ^>= 0.1.1.5 || ^>= 1.0
65
65
, bytestring ^>= 0.10.0.2 || ^>= 0.11.0.0 || ^>= 0.12.0.0
66
- , containers ^>= 0.5.0.0 || ^>= 0.6.0.1
66
+ , containers ^>= 0.5.0.0 || ^>= 0.6.0.1 || ^ >= 0.7
67
67
, cryptohash-sha256 ^>= 0.11.101.0
68
68
, directory ^>= 1.2.0.1 || ^>= 1.3.0.0
69
69
, exceptions ^>= 0.10.0
You can’t perform that action at this time.
0 commit comments