haskellPackages.lzma: fix outdated patch

This commit is contained in:
Jan Tojnar 2018-04-11 22:12:14 +02:00
parent b1fa009aa2
commit 9ae378cc42
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
2 changed files with 10 additions and 12 deletions

View File

@ -508,7 +508,7 @@ self: super: {
# https://github.com/alphaHeavy/lzma-enumerator/issues/3 # https://github.com/alphaHeavy/lzma-enumerator/issues/3
lzma-enumerator = dontCheck super.lzma-enumerator; lzma-enumerator = dontCheck super.lzma-enumerator;
# https://github.com/haskell-hvr/lzma/issues/8 # https://github.com/haskell-hvr/lzma/pull/11
lzma = appendPatch super.lzma ./patches/lzma-tests.patch; lzma = appendPatch super.lzma ./patches/lzma-tests.patch;
# https://github.com/BNFC/bnfc/issues/140 # https://github.com/BNFC/bnfc/issues/140

View File

@ -1,13 +1,11 @@
--- a/lzma.cabal --- a/lzma.cabal
+++ b/lzma.cabal +++ b/lzma.cabal
@@ -70,8 +70,8 @@ test-suite lzma-tests @@ -76,7 +76,7 @@
, base
, bytestring
-- additional dependencies that require version bounds -- additional dependencies that require version bounds
- build-depends: HUnit >= 1.2 && <1.4 build-depends: HUnit >= 1.2 && <1.7
- , QuickCheck >= 2.8 && <2.9 , QuickCheck >= 2.8 && <2.11
+ build-depends: HUnit >= 1.2 && <2 - , tasty >= 0.10 && <0.13
+ , QuickCheck >= 2.8 && <3 + , tasty >= 0.10 && <1.1
, tasty >= 0.10 && <0.12 , tasty-hunit >= 0.9 && <0.11
, tasty-hunit == 0.9.* , tasty-quickcheck >= 0.8.3.2 && <0.10
, tasty-quickcheck >= 0.8.3.2 && < 0.9