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
|
stm stmConduit testFramework testFrameworkQuickcheck2 text
|
||||||
unorderedContainers
|
unorderedContainers
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/xenog/json-rpc";
|
homepage = "https://github.com/xenog/json-rpc";
|
||||||
description = "Fully-featured JSON-RPC 2.0 library";
|
description = "Fully-featured JSON-RPC 2.0 library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user