nixpkgs/pkgs/development/libraries/haskell/WebBits/1.0.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
309 B
Nix

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