mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
haskell-pipes: update to version 4.1.1
This commit is contained in:
parent
2e36bcbb61
commit
f5df3851af
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pipes";
|
||||
version = "4.1.0";
|
||||
sha256 = "1n10plmrjvmkyv502195mkms48y3lfp5gy08lhyhqqr7kn1gzkf0";
|
||||
version = "4.1.1";
|
||||
sha256 = "1ib7vs4x8ckajlg3nz9lx2snnwj75by90fbv4znwhwgrhj4h13dn";
|
||||
buildDepends = [ mmorph mtl transformers ];
|
||||
testDepends = [
|
||||
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers
|
||||
|
|
Loading…
Reference in a new issue