mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-pipes: update to version 4.1.2
This commit is contained in:
parent
4f52801b8b
commit
7fbc69eb96
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pipes";
|
pname = "pipes";
|
||||||
version = "4.1.1";
|
version = "4.1.2";
|
||||||
sha256 = "1ib7vs4x8ckajlg3nz9lx2snnwj75by90fbv4znwhwgrhj4h13dn";
|
sha256 = "0prxk4qjdcmxjdvpi1bwql0s3l1kwlaz9sydr9swa8bc8ams3a11";
|
||||||
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