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:23:46 +03:00
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";