added json Haskell package; improved gtk2hs

svn path=/nixpkgs/trunk/; revision=15460
This commit is contained in:
Andres Löh
2009-05-05 23:06:01 +00:00
parent 3adcaa95c4
commit 33b76a9312
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{cabal, mtl}:
cabal.mkDerivation (self : {
pname = "json";
version = "0.4.3";
sha256 = "56192d1e922cc71ad1aaf31baea8ee7e1f1b862f95bc72f60548caee4a484a87";
propagatedBuildInputs = [mtl];
meta = {
description = "Support for serialising Haskell to and from JSON";
};
})