haskell-pipes: update to version 4.1.0
This commit is contained in:
parent
599d0e193c
commit
99c930d791
|
@ -1,12 +1,12 @@
|
||||||
{ cabal, mmorph, mtl, QuickCheck, testFramework
|
{ cabal, mmorph, mtl, QuickCheck, testFramework
|
||||||
, testFrameworkQuickcheck2, transformers, void
|
, testFrameworkQuickcheck2, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pipes";
|
pname = "pipes";
|
||||||
version = "4.0.2";
|
version = "4.1.0";
|
||||||
sha256 = "18hcpklryyq9f6iwycxzi3sd6gyd9h0gy0ckg4rl7rhgy73hzgcz";
|
sha256 = "1n10plmrjvmkyv502195mkms48y3lfp5gy08lhyhqqr7kn1gzkf0";
|
||||||
buildDepends = [ mmorph mtl transformers void ];
|
buildDepends = [ mmorph mtl transformers ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers
|
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue