Skip to content

Commit a386599

Browse files
authored
Merge pull request #9698 from haskell/mergify/bp/3.10/pr-9686
Bump a number of dependencies (backport #9686)
2 parents eba45a3 + 098036b commit a386599

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
@@ -203,4 +203,4 @@ test-suite no-thunks-test
203203
-- this is test is buildable on old GHCs
204204
-- but it doesn't do anything.
205205
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

cabal-install/cabal-install.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ test-suite mem-use-tests
364364
build-depends:
365365
cabal-install,
366366
containers,
367-
tasty >= 1.2.3 && <1.5,
367+
tasty >= 1.2.3 && <1.6,
368368
tasty-hunit >= 0.10
369369

370370

@@ -384,7 +384,7 @@ test-suite integration-tests2
384384
containers,
385385
directory,
386386
filepath,
387-
tasty >= 1.2.3 && <1.5,
387+
tasty >= 1.2.3 && <1.6,
388388
tasty-hunit >= 0.10,
389389
tagged
390390

@@ -420,7 +420,7 @@ test-suite long-tests
420420
network-uri >= 2.6.2.0 && <2.7,
421421
random,
422422
tagged,
423-
tasty >= 1.2.3 && <1.5,
423+
tasty >= 1.2.3 && <1.6,
424424
tasty-expected-failure,
425425
tasty-hunit >= 0.10,
426426
tasty-quickcheck,

cabal-testsuite/cabal-testsuite.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ library
6262
, attoparsec ^>= 0.13.2.2 || ^>=0.14.1
6363
, base16-bytestring ^>= 0.1.1.5 || ^>= 1.0
6464
, 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
6666
, cryptohash-sha256 ^>= 0.11.101.0
6767
, directory ^>= 1.2.0.1 || ^>= 1.3.0.0
6868
, exceptions ^>= 0.10.0

0 commit comments

Comments
 (0)