haskell-attoparsec: jailbreak to fix build with scientific 0.3.x

This commit is contained in:
Peter Simons 2014-05-15 19:29:51 +02:00
parent 6a46d71832
commit 8f7bfaca4d

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
testDepends = [
QuickCheck testFramework testFrameworkQuickcheck2 text
];
jailbreak = true;
meta = {
homepage = "https://github.com/bos/attoparsec";
description = "Fast combinator parsing for bytestrings and text";