33fb7aef16
Also add to nixpkgs new dependencies from hackage. svn path=/nixpkgs/trunk/; revision=26283
14 lines
302 B
Nix
14 lines
302 B
Nix
{cabal, WebBits, WebBitsHtml}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "JsContracts";
|
|
version = "0.5.3";
|
|
sha256 = "17l6kdpdc7lrpd9j4d2b6vklkpclshcjy6hzpi442b7pj96sn589";
|
|
|
|
propagatedBuildInputs = [ WebBits WebBitsHtml ];
|
|
|
|
meta = {
|
|
description = "Design-by-contract for JavaScript.";
|
|
};
|
|
})
|