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