Skip to content

Commit 5a67423

Browse files
authored
Merge pull request #9686 from ffaf1/bumps
Bump a number of dependencies
2 parents 589fa56 + 2869473 commit 5a67423

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cabal-tests/Cabal-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

cabal-install/cabal-install.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

cabal-testsuite/cabal-testsuite.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)