jailbreak pipes-aeson which depends on pipes-bytestring == 2.0.* which is not available.
This commit is contained in:
parent
d528344542
commit
0c1ea65be9
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue