nixpkgs/pkgs/development/libraries/haskell/WebBits-Html/default.nix
Karn Kallio 33fb7aef16 Update flapjax compiler to the latest release, version 2.1
Also add to nixpkgs new dependencies from hackage.

svn path=/nixpkgs/trunk/; revision=26283
2011-03-11 16:49:56 +00:00

14 lines
331 B
Nix

{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.";
};
})