1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

haskell-pipes: update to version 4.1.4

This commit is contained in:
Peter Simons 2014-11-24 14:42:14 +01:00
parent 357af72d0a
commit 005b789839

View file

@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "pipes";
version = "4.1.3";
sha256 = "188gwfw0v8v9rac9m00j453a4hr0n4dmjfn92r8zymxc8806mqaw";
version = "4.1.4";
sha256 = "0bv7i18lf15mvfscnif4hkwgm4anw8b7bbqhzdw4wbjqcvrrsppb";
buildDepends = [ mmorph mtl transformers ];
testDepends = [
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers