mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
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!
|
||||
|
||||
{ cabal, parallel, transformers }:
|
||||
{ cabal, parallel, transformers, transformersCompat }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "monad-parallel";
|
||||
version = "0.7.1.2";
|
||||
sha256 = "0ybifm54dwaz5jqccw7hwlykjw4bcnl924808bi01j5i7ggyz5wj";
|
||||
buildDepends = [ parallel transformers ];
|
||||
version = "0.7.1.3";
|
||||
sha256 = "150ich9fzpmwdvvhsd7ri97nm8zsqn86gr3bh0aqb0wgrg4hbmkx";
|
||||
buildDepends = [ parallel transformers transformersCompat ];
|
||||
meta = {
|
||||
homepage = "http://trac.haskell.org/SCC/wiki/monad-parallel";
|
||||
description = "Parallel execution of monadic computations";
|
||||
|
|
Loading…
Reference in a new issue