mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-thespian: added version 0.999
svn path=/nixpkgs/trunk/; revision=29733
This commit is contained in:
parent
57d384459e
commit
2133339ecf
18
pkgs/development/libraries/haskell/thespian/default.nix
Normal file
18
pkgs/development/libraries/haskell/thespian/default.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{ cabal, mtl }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "thespian";
|
||||
version = "0.999";
|
||||
sha256 = "0z3cqjcf6xr0z7g3s1jszcs39w43sl0793gl0qm3dklbginqbcnn";
|
||||
buildDepends = [ mtl ];
|
||||
meta = {
|
||||
homepage = "http://bitbucket.org/alinabi/thespian";
|
||||
description = "Lightweight Erlang-style actors for Haskell";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
@ -1177,6 +1177,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
text_0_11_1_5 = callPackage ../development/libraries/haskell/text/0.11.1.5.nix {};
|
||||
text = self.text_0_11_1_5;
|
||||
|
||||
thespian = callPackage ../development/libraries/haskell/thespian {};
|
||||
|
||||
thLift = callPackage ../development/libraries/haskell/th-lift {};
|
||||
|
||||
threadmanager = callPackage ../development/libraries/haskell/threadmanager {};
|
||||
|
Loading…
Reference in New Issue
Block a user