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

{ cabal, distributedProcess, monadControl, transformers
, transformersBase
}:

cabal.mkDerivation (self: {
  pname = "distributed-process-monad-control";
  version = "0.5.0";
  sha256 = "1ja6xwdpssm7wafv2id6c3f49iw7pkks2smk6l1n1dxkh029z8nk";
  buildDepends = [
    distributedProcess monadControl transformers transformersBase
  ];
  meta = {
    homepage = "http://haskell-distributed.github.io";
    description = "Orphan instances for MonadBase and MonadBaseControl";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})