Merge pull request #3088 from aycanirican/master
jailbreak pipes-aeson which depends on pipes-bytestring == 2.0.* which i...
This commit is contained in:
commit
2af20dbacf
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
|||||||
aeson attoparsec pipes pipesAttoparsec pipesBytestring pipesParse
|
aeson attoparsec pipes pipesAttoparsec pipesBytestring pipesParse
|
||||||
transformers
|
transformers
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/k0001/pipes-aeson";
|
homepage = "https://github.com/k0001/pipes-aeson";
|
||||||
description = "Encode and decode JSON streams using Aeson and Pipes";
|
description = "Encode and decode JSON streams using Aeson and Pipes";
|
||||||
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
|||||||
tastySmallcheck transformers
|
tastySmallcheck transformers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/k0001/pipes-binary";
|
homepage = "https://github.com/k0001/pipes-binary";
|
||||||
description = "Encode and decode binary streams using the pipes and binary libraries";
|
description = "Encode and decode binary streams using the pipes and binary libraries";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user