3
0
Fork 0
forked from mirrors/nixpkgs

loosen version bounds for lzma test dependencies

This commit is contained in:
Test 2018-01-02 17:42:21 -06:00
parent a0aeb2381e
commit 6ea37497cd
2 changed files with 16 additions and 0 deletions

View file

@ -566,6 +566,9 @@ self: super: {
# https://github.com/alphaHeavy/lzma-enumerator/issues/3
lzma-enumerator = dontCheck super.lzma-enumerator;
# Unpin some versions
lzma = appendPatch super.lzma ./patches/lzma-tests.patch;
# https://github.com/BNFC/bnfc/issues/140
BNFC = dontCheck super.BNFC;

View file

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