mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-distributed-process-monad-control add from Hackage
This commit is contained in:
parent
35bd5e6d0d
commit
1a516da865
2 changed files with 22 additions and 0 deletions
|
@ -0,0 +1,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;
|
||||
};
|
||||
})
|
|
@ -678,6 +678,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
distributedProcess = callPackage ../development/libraries/haskell/distributed-process {};
|
||||
|
||||
distributedProcessMonadControl = callPackage ../development/libraries/haskell/distributed-process-monad-control {};
|
||||
|
||||
distributedProcessP2p = callPackage ../development/libraries/haskell/distributed-process-p2p {};
|
||||
|
||||
distributedProcessPlatform = callPackage ../development/libraries/haskell/distributed-process-platform {};
|
||||
|
|
Loading…
Reference in a new issue