1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-json-rpc: jailbreak to fix build with conduit

This commit is contained in:
Peter Simons 2014-09-12 10:12:50 +02:00
parent a2da032807
commit 51f31fd632

View file

@ -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";