haskell-attoparsec: jailbreak to fix build with scientific 0.3.x
This commit is contained in:
parent
6a46d71832
commit
8f7bfaca4d
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
QuickCheck testFramework testFrameworkQuickcheck2 text
|
QuickCheck testFramework testFrameworkQuickcheck2 text
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/attoparsec";
|
homepage = "https://github.com/bos/attoparsec";
|
||||||
description = "Fast combinator parsing for bytestrings and text";
|
description = "Fast combinator parsing for bytestrings and text";
|
||||||
|
Loading…
Reference in New Issue
Block a user