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/WebBits-Html/default.nix
Normal file
13
pkgs/development/libraries/haskell/WebBits-Html/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{cabal, WebBits}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "WebBits-Html";
|
||||
version = "1.0.1";
|
||||
sha256 = "134rmm5ccfsjdr0pdwn2mf81l81rgxapa3wjjfjkxrkxq6hav35n";
|
||||
|
||||
propagatedBuildInputs = [ WebBits ];
|
||||
|
||||
meta = {
|
||||
description = "WebBits is a collection of libraries for working with JavaScript embeded in HTML files.";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user