haskell-haskoin: jailbreak to fix build with latest version of 'lens'
This commit is contained in:
parent
3f349cb0de
commit
2bc4e43aa3
@ -18,8 +18,8 @@ cabal.mkDerivation (self: {
|
|||||||
mtl pbkdf QuickCheck split testFramework testFrameworkHunit
|
mtl pbkdf QuickCheck split testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2 text
|
testFrameworkQuickcheck2 text
|
||||||
];
|
];
|
||||||
doCheck = false;
|
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/haskoin/haskoin";
|
homepage = "http://github.com/haskoin/haskoin";
|
||||||
description = "Implementation of the Bitcoin protocol";
|
description = "Implementation of the Bitcoin protocol";
|
||||||
|
Loading…
Reference in New Issue
Block a user