mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 01:16:57 +01:00
haskell-pipes: update to version 4.1.4
This commit is contained in:
parent
357af72d0a
commit
005b789839
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pipes";
|
pname = "pipes";
|
||||||
version = "4.1.3";
|
version = "4.1.4";
|
||||||
sha256 = "188gwfw0v8v9rac9m00j453a4hr0n4dmjfn92r8zymxc8806mqaw";
|
sha256 = "0bv7i18lf15mvfscnif4hkwgm4anw8b7bbqhzdw4wbjqcvrrsppb";
|
||||||
buildDepends = [ mmorph mtl transformers ];
|
buildDepends = [ mmorph mtl transformers ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers
|
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers
|
||||||
|
|
Loading…
Reference in a new issue