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

This commit is contained in:
Peter Simons 2014-11-01 16:56:14 +01:00
parent 3f349cb0de
commit 2bc4e43aa3

View File

@ -18,8 +18,8 @@ cabal.mkDerivation (self: {
mtl pbkdf QuickCheck split testFramework testFrameworkHunit
testFrameworkQuickcheck2 text
];
doCheck = false;
jailbreak = true;
doCheck = false;
meta = {
homepage = "http://github.com/haskoin/haskoin";
description = "Implementation of the Bitcoin protocol";