lol

Merge pull request #33360 from adnelson/unpin_lzma_versions

haskellPackages.lzma: loosen version bounds for test dependencies

authored by

Peter Simons and committed by
GitHub
e277be19 96e777ad

+16
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 481 481 # https://github.com/alphaHeavy/lzma-enumerator/issues/3 482 482 lzma-enumerator = dontCheck super.lzma-enumerator; 483 483 484 + # https://github.com/haskell-hvr/lzma/issues/8 485 + lzma = appendPatch super.lzma ./patches/lzma-tests.patch; 486 + 484 487 # https://github.com/BNFC/bnfc/issues/140 485 488 BNFC = dontCheck super.BNFC; 486 489
+13
pkgs/development/haskell-modules/patches/lzma-tests.patch
··· 1 + --- a/lzma.cabal 2 + +++ b/lzma.cabal 3 + @@ -70,8 +70,8 @@ test-suite lzma-tests 4 + , base 5 + , bytestring 6 + -- additional dependencies that require version bounds 7 + - build-depends: HUnit >= 1.2 && <1.4 8 + - , QuickCheck >= 2.8 && <2.9 9 + + build-depends: HUnit >= 1.2 && <2 10 + + , QuickCheck >= 2.8 && <3 11 + , tasty >= 0.10 && <0.12 12 + , tasty-hunit == 0.9.* 13 + , tasty-quickcheck >= 0.8.3.2 && < 0.9