haskell-json-rpc: jailbreak to fix build with conduit
This commit is contained in:
parent
a2da032807
commit
51f31fd632
|
@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
|
|||
stm stmConduit testFramework testFrameworkQuickcheck2 text
|
||||
unorderedContainers
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/xenog/json-rpc";
|
||||
description = "Fully-featured JSON-RPC 2.0 library";
|
||||
|
|
Loading…
Reference in New Issue