haskell-pipes-binary: re-generate with latest version of cabal2nix

This commit is contained in:
Peter Simons 2014-06-30 17:00:37 +02:00
parent fac3be7416
commit ee0226e5c8

View File

@ -13,8 +13,8 @@ cabal.mkDerivation (self: {
binary lensFamilyCore pipes pipesParse smallcheck tasty tastyHunit
tastySmallcheck transformers
];
doCheck = false;
jailbreak = true;
doCheck = false;
meta = {
homepage = "https://github.com/k0001/pipes-binary";
description = "Encode and decode binary streams using the pipes and binary libraries";