# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, mtl, parsec, syb, text }: cabal.mkDerivation (self: { pname = "json"; version = "0.9"; sha256 = "1r37hhhhc97sxqrcijss80c0380f36bh6f2y4navwih7r3a2ci8j"; buildDepends = [ mtl parsec syb text ]; meta = { description = "Support for serialising Haskell to and from JSON"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })