mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-pipes-safe: update to version 2.2.0
This commit is contained in:
parent
9ec6a52691
commit
beb5d5fb84
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pipes-safe";
|
||||
version = "2.1.0";
|
||||
sha256 = "0qm02hwmrqlncnlxix7mdgzbf0mzally4k7ydwg06nqi35bb7s3j";
|
||||
version = "2.2.0";
|
||||
sha256 = "1m44a2pbws73jbr2ca48i94mrfwzlsibyc22i2w3fqq159qfg6ca";
|
||||
buildDepends = [ exceptions pipes transformers ];
|
||||
meta = {
|
||||
description = "Safety for the pipes ecosystem";
|
||||
|
|
Loading…
Reference in a new issue