async: updated build instructions with cabal2nix
svn path=/nixpkgs/trunk/; revision=28178
This commit is contained in:
parent
ed264f4d09
commit
358a38fea4
13
pkgs/development/libraries/haskell/async/default.nix
Executable file
13
pkgs/development/libraries/haskell/async/default.nix
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
{cabal}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self : {
|
||||||
|
pname = "async";
|
||||||
|
version = "1.2";
|
||||||
|
sha256 = "a5963d36fc1ba142d18920f967190b25cf80f700d863372b6d33ad5257a1773a";
|
||||||
|
propagatedBuildInputs = [];
|
||||||
|
meta = {
|
||||||
|
homepage = "http://gitorious.org/async/";
|
||||||
|
description = "Asynchronous Computations";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
};
|
||||||
|
})
|
Loading…
Reference in New Issue
Block a user