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

jailbreak pipes-aeson which depends on pipes-bytestring == 2.0.* which is not available

This commit is contained in:
Aycan iRiCAN 2014-06-26 09:29:27 +03:00
parent 0c1ea65be9
commit 86784cb731

View file

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
tastySmallcheck transformers
];
doCheck = false;
jailbreak = true;
meta = {
homepage = "https://github.com/k0001/pipes-binary";
description = "Encode and decode binary streams using the pipes and binary libraries";