2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-10-08 11:25:25 +02:00
|
|
|
{ cabal, mtl, parsec, syb, text }:
|
2009-05-06 01:06:01 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-05-06 01:06:01 +02:00
|
|
|
pname = "json";
|
2014-11-14 12:02:46 +01:00
|
|
|
version = "0.9";
|
|
|
|
sha256 = "1r37hhhhc97sxqrcijss80c0380f36bh6f2y4navwih7r3a2ci8j";
|
2012-10-08 11:25:25 +02:00
|
|
|
buildDepends = [ mtl parsec syb text ];
|
2009-05-06 01:06:01 +02:00
|
|
|
meta = {
|
|
|
|
description = "Support for serialising Haskell to and from JSON";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-05-06 01:06:01 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|