haskell-monad-parallel: update to version 0.7.1.3
This commit is contained in:
parent
c962edc990
commit
67fdb29004
@ -1,12 +1,12 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, parallel, transformers }:
|
{ cabal, parallel, transformers, transformersCompat }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "monad-parallel";
|
pname = "monad-parallel";
|
||||||
version = "0.7.1.2";
|
version = "0.7.1.3";
|
||||||
sha256 = "0ybifm54dwaz5jqccw7hwlykjw4bcnl924808bi01j5i7ggyz5wj";
|
sha256 = "150ich9fzpmwdvvhsd7ri97nm8zsqn86gr3bh0aqb0wgrg4hbmkx";
|
||||||
buildDepends = [ parallel transformers ];
|
buildDepends = [ parallel transformers transformersCompat ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://trac.haskell.org/SCC/wiki/monad-parallel";
|
homepage = "http://trac.haskell.org/SCC/wiki/monad-parallel";
|
||||||
description = "Parallel execution of monadic computations";
|
description = "Parallel execution of monadic computations";
|
||||||
|
Loading…
Reference in New Issue
Block a user