Cabal revisions of json-0.10
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: json version: 0.10+x-revision: 1 synopsis: Support for serialising Haskell to and from JSON description: JSON (JavaScript Object Notation) is a lightweight data-interchange if flag(split-base) if flag(generic)- build-depends: base >=4 && <5, syb >= 0.3.3+ build-depends: base >=4.9 && <5, syb >= 0.3.3 exposed-modules: Text.JSON.Generic Cpp-Options: -DBASE_4 else- build-depends: base >= 3+ build-depends: base >= 3 && <4 build-depends: array, containers, bytestring, mtl, text