haskell-pipes: update to version 4.0.1

This commit is contained in:
Peter Simons 2013-11-21 16:28:11 +01:00
parent 3543da4eb4
commit 5f52272550

View File

@ -1,10 +1,15 @@
{ cabal, mmorph, mtl, transformers, void }:
{ cabal, mmorph, mtl, QuickCheck, testFramework
, testFrameworkQuickcheck2, transformers, void
}:
cabal.mkDerivation (self: {
pname = "pipes";
version = "4.0.0";
sha256 = "0zsz739hjmfirwv9sacibpikwz48l006g95m8da1rqk5p1yyr2lm";
version = "4.0.1";
sha256 = "0q2i58w4nlf23di6rjrv543nmj5d5nkz29q9aciw89zx5x5m22h9";
buildDepends = [ mmorph mtl transformers void ];
testDepends = [
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers
];
meta = {
description = "Compositional pipelines";
license = self.stdenv.lib.licenses.bsd3;