haskell-pipes-binary: update to version 0.4.0.1

This commit is contained in:
Peter Simons 2014-03-07 23:13:12 +01:00
parent f5a9943598
commit 16214e2b31

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "pipes-binary"; pname = "pipes-binary";
version = "0.4.0"; version = "0.4.0.1";
sha256 = "021shl5czrr82b06awy7biy93qf6nh0wwiadhr7qsawzdnzqz2vc"; sha256 = "1vwsr446b3ysjm86bmpmq8pg2badx9xn0iyr17r4mby0bxvvld33";
buildDepends = [ buildDepends = [
binary pipes pipesBytestring pipesParse transformers binary pipes pipesBytestring pipesParse transformers
]; ];
@ -13,7 +13,6 @@ cabal.mkDerivation (self: {
binary lensFamilyCore pipes pipesParse smallcheck tasty tastyHunit binary lensFamilyCore pipes pipesParse smallcheck tasty tastyHunit
tastySmallcheck transformers tastySmallcheck transformers
]; ];
# Depends on an out-of-date version of smallcheck
doCheck = false; doCheck = false;
meta = { meta = {
homepage = "https://github.com/k0001/pipes-binary"; homepage = "https://github.com/k0001/pipes-binary";