nixpkgs/pkgs/development/libraries/haskell/WebBits/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

13 lines
309 B
Nix

{cabal, mtl, parsec}:
cabal.mkDerivation (self : {
pname = "WebBits";
version = "2.0";
sha256 = "14a1rqlq925f6rdbi8yx44xszj5pvskcmw1gi1bj8hbilgmlwi7f";
propagatedBuildInputs = [ mtl parsec ];
meta = {
description = "WebBits is a collection of libraries for working with JavaScript.";
};
})