nixpkgs/pkgs/development/libraries/haskell/json/default.nix
Andres Löh bcb46affc2 Version bump for Haskell libs: HaXml and json.
svn path=/nixpkgs/trunk/; revision=25973
2011-02-15 09:47:36 +00:00

13 lines
275 B
Nix

{cabal, mtl}:
cabal.mkDerivation (self : {
pname = "json";
version = "0.4.4";
sha256 = "102qmz55b2mgcca3q1c2pkcr6hz7kmpldad3f6blhmp1cz15f081";
propagatedBuildInputs = [mtl];
meta = {
description = "Support for serialising Haskell to and from JSON";
};
})