mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
haskell-pipes-safe: update to version 2.0.1
This commit is contained in:
parent
dca56f2352
commit
3543da4eb4
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pipes-safe";
|
pname = "pipes-safe";
|
||||||
version = "2.0.0";
|
version = "2.0.1";
|
||||||
sha256 = "1g7ha6x87qyk3f9vrl0djzdvaq80q4q6hh7lya4kgm3cbz00a0yv";
|
sha256 = "11516rixqdym5rf5z5f5gwbfk689dl3ka3dj44c7a2qy7xl4sqzr";
|
||||||
buildDepends = [ exceptions pipes transformers ];
|
buildDepends = [ exceptions pipes transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Safety for the pipes ecosystem";
|
description = "Safety for the pipes ecosystem";
|
||||||
|
Loading…
Reference in New Issue
Block a user