haskell-lzma: dontCheck
This commit is contained in:
parent
b49693a0fa
commit
b039854de1
@ -530,8 +530,8 @@ 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/pull/11
|
# https://github.com/haskell-hvr/lzma/issues/14
|
||||||
lzma = appendPatch super.lzma ./patches/lzma-tests.patch;
|
lzma = dontCheck super.lzma;
|
||||||
|
|
||||||
# https://github.com/BNFC/bnfc/issues/140
|
# https://github.com/BNFC/bnfc/issues/140
|
||||||
BNFC = dontCheck super.BNFC;
|
BNFC = dontCheck super.BNFC;
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- a/lzma.cabal
|
|
||||||
+++ b/lzma.cabal
|
|
||||||
@@ -76,7 +76,7 @@
|
|
||||||
-- additional dependencies that require version bounds
|
|
||||||
build-depends: HUnit >= 1.2 && <1.7
|
|
||||||
, QuickCheck >= 2.8 && <2.11
|
|
||||||
- , tasty >= 0.10 && <0.13
|
|
||||||
+ , tasty >= 0.10 && <1.1
|
|
||||||
, tasty-hunit >= 0.9 && <0.11
|
|
||||||
, tasty-quickcheck >= 0.8.3.2 && <0.10
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user