attoparsec: Fix build for 7.10
This commit is contained in:
parent
4d325bcede
commit
69f5738668
@ -61,6 +61,9 @@ self: super: {
|
|||||||
patchPhase = "sed -i -e 's|base >= 3 && < 4.8|base|' utf8-string.cabal";
|
patchPhase = "sed -i -e 's|base >= 3 && < 4.8|base|' utf8-string.cabal";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# bos/attoparsec#92
|
||||||
|
attoparsec = overrideCabal super.attoparsec (drv: { doCheck = false; });
|
||||||
|
|
||||||
# Test suite fails with some (seemingly harmless) error.
|
# Test suite fails with some (seemingly harmless) error.
|
||||||
# https://code.google.com/p/scrapyourboilerplate/issues/detail?id=24
|
# https://code.google.com/p/scrapyourboilerplate/issues/detail?id=24
|
||||||
syb = overrideCabal super.syb (drv: { doCheck = false; });
|
syb = overrideCabal super.syb (drv: { doCheck = false; });
|
||||||
|
Loading…
Reference in New Issue
Block a user