mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
haskell-pipes-concurrency: update to version 1.2.0
This commit is contained in:
parent
bf46a57a84
commit
ed3ef0959c
|
@ -1,10 +1,10 @@
|
|||
{ cabal, pipes, stm, transformers }:
|
||||
{ cabal, pipes, stm }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pipes-concurrency";
|
||||
version = "1.1.0";
|
||||
sha256 = "05xpwxhf08yf88ya89f8gcy4vphi6qxyccf2yiyi5zrf6c2pkr00";
|
||||
buildDepends = [ pipes stm transformers ];
|
||||
version = "1.2.0";
|
||||
sha256 = "058v9d3wf9n1d25rhdq5vj60p8mll5yv2zn2k1092bg7qisip1fq";
|
||||
buildDepends = [ pipes stm ];
|
||||
meta = {
|
||||
description = "Concurrency for the pipes ecosystem";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue