Update flapjax compiler to the latest release, version 2.1
Also add to nixpkgs new dependencies from hackage. svn path=/nixpkgs/trunk/; revision=26283
This commit is contained in:
13
pkgs/development/libraries/haskell/JsContracts/default.nix
Normal file
13
pkgs/development/libraries/haskell/JsContracts/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{cabal, WebBits, WebBitsHtml}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "JsContracts";
|
||||
version = "0.5.3";
|
||||
sha256 = "17l6kdpdc7lrpd9j4d2b6vklkpclshcjy6hzpi442b7pj96sn589";
|
||||
|
||||
propagatedBuildInputs = [ WebBits WebBitsHtml ];
|
||||
|
||||
meta = {
|
||||
description = "Design-by-contract for JavaScript.";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user