File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 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
211211 -- this is test is buildable on old GHCs
212212 -- but it doesn't do anything.
213213 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
370370 build-depends :
371371 cabal-install,
372372 containers,
373- tasty >= 1.2.3 && < 1.5 ,
373+ tasty >= 1.2.3 && < 1.6 ,
374374 tasty-hunit >= 0.10
375375
376376
@@ -390,7 +390,7 @@ test-suite integration-tests2
390390 containers,
391391 directory,
392392 filepath,
393- tasty >= 1.2.3 && < 1.5 ,
393+ tasty >= 1.2.3 && < 1.6 ,
394394 tasty-hunit >= 0.10 ,
395395 tagged
396396
@@ -426,7 +426,7 @@ test-suite long-tests
426426 network-uri >= 2.6.2.0 && < 2.7 ,
427427 random,
428428 tagged,
429- tasty >= 1.2.3 && < 1.5 ,
429+ tasty >= 1.2.3 && < 1.6 ,
430430 tasty-expected-failure,
431431 tasty-hunit >= 0.10 ,
432432 tasty-quickcheck,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ library
6363 , attoparsec ^>= 0.13.2.2 || ^>= 0.14.1
6464 , base16-bytestring ^>= 0.1.1.5 || ^>= 1.0
6565 , 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
6767 , cryptohash-sha256 ^>= 0.11.101.0
6868 , directory ^>= 1.2.0.1 || ^>= 1.3.0.0
6969 , exceptions ^>= 0.10.0
You can’t perform that action at this time.
0 commit comments