mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
haskell-spawn: new package, v0.3
This commit is contained in:
parent
756a3111dc
commit
87154e257a
12
pkgs/development/libraries/haskell/spawn/default.nix
Normal file
12
pkgs/development/libraries/haskell/spawn/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "spawn";
|
||||
version = "0.3";
|
||||
sha256 = "0xkkl0w30rqif2jwdzjv239raly4yaf0116vkqcwh1i41jqn7ij8";
|
||||
meta = {
|
||||
description = "Tiny library for concurrent computations";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1982,6 +1982,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
sparse = callPackage ../development/libraries/haskell/sparse {};
|
||||
|
||||
spawn = callPackage ../development/libraries/haskell/spawn {};
|
||||
|
||||
speculation = callPackage ../development/libraries/haskell/speculation {};
|
||||
|
||||
spoon = callPackage ../development/libraries/haskell/spoon {};
|
||||
|
Loading…
Reference in New Issue
Block a user