Merge pull request #3088 from aycanirican/master

jailbreak pipes-aeson which depends on pipes-bytestring == 2.0.* which i...
This commit is contained in:
Peter Simons 2014-06-30 15:55:33 +02:00
commit 2af20dbacf
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
aeson attoparsec pipes pipesAttoparsec pipesBytestring pipesParse
transformers
];
jailbreak = true;
meta = {
homepage = "https://github.com/k0001/pipes-aeson";
description = "Encode and decode JSON streams using Aeson and Pipes";

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