Skip to content

Commit

Permalink
Bump a number of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Feb 1, 2024
1 parent 663e98f commit 63e1c49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cabal-tests/Cabal-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ test-suite no-thunks-test
-- this is test is buildable on old GHCs
-- but it doesn't do anything.
if impl(ghc >=8.6)
build-depends: nothunks >=0.1.1.0 && <0.2
build-depends: nothunks >=0.1.1.0 && <0.3
6 changes: 3 additions & 3 deletions cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ test-suite mem-use-tests
build-depends:
cabal-install,
containers,
tasty >= 1.2.3 && <1.5,
tasty >= 1.2.3 && <1.6,
tasty-hunit >= 0.10


Expand All @@ -390,7 +390,7 @@ test-suite integration-tests2
containers,
directory,
filepath,
tasty >= 1.2.3 && <1.5,
tasty >= 1.2.3 && <1.6,
tasty-hunit >= 0.10,
tagged

Expand Down Expand Up @@ -426,7 +426,7 @@ test-suite long-tests
network-uri >= 2.6.2.0 && <2.7,
random,
tagged,
tasty >= 1.2.3 && <1.5,
tasty >= 1.2.3 && <1.6,
tasty-expected-failure,
tasty-hunit >= 0.10,
tasty-quickcheck,
Expand Down
2 changes: 1 addition & 1 deletion cabal-testsuite/cabal-testsuite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library
, attoparsec ^>= 0.13.2.2 || ^>=0.14.1
, base16-bytestring ^>= 0.1.1.5 || ^>= 1.0
, bytestring ^>= 0.10.0.2 || ^>= 0.11.0.0 || ^>= 0.12.0.0
, containers ^>= 0.5.0.0 || ^>= 0.6.0.1
, containers ^>= 0.5.0.0 || ^>= 0.6.0.1 || ^>= 0.7
, cryptohash-sha256 ^>= 0.11.101.0
, directory ^>= 1.2.0.1 || ^>= 1.3.0.0
, exceptions ^>= 0.10.0
Expand Down

0 comments on commit 63e1c49

Please sign in to comment.