summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/monad-parallel/default.nix
blob: db53712d4ef1d758351e1ea394b975f85d667627 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, parallel, transformers }:

cabal.mkDerivation (self: {
  pname = "monad-parallel";
  version = "0.7.1.2";
  sha256 = "0ybifm54dwaz5jqccw7hwlykjw4bcnl924808bi01j5i7ggyz5wj";
  buildDepends = [ parallel transformers ];
  meta = {
    homepage = "http://trac.haskell.org/SCC/wiki/monad-parallel";
    description = "Parallel execution of monadic computations";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})