Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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