haskell-haskoin: jailbreak to fix build with latest version of 'text'

This commit is contained in:
Peter Simons 2014-11-01 16:49:24 +01:00
parent 95a43ace28
commit 8867d4ba0a

View File

@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
testFrameworkQuickcheck2 text
];
doCheck = false;
jailbreak = true;
meta = {
homepage = "http://github.com/haskoin/haskoin";
description = "Implementation of the Bitcoin protocol";