packages feed

Cabal revisions of JSONb-1.0.6

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name                          : JSONb version                       : 1.0.6+x-revision: 1 category                      : Text license                       : BSD3 license-file                  : LICENSE   library-  build-depends               : base >= 2 && <= 5+  build-depends               : base >= 2 && <= 4.5                               , containers                               , utf8-string >= 0.3-                              , bytestring >= 0.9-                              , attoparsec >= 0.8+                              , bytestring >= 0.9 && < 0.10+                              , attoparsec >= 0.8 && < 0.10                               , bytestring-nums >= 0.3.1-                              , bytestring-trie >= 0.1.4+                              , bytestring-trie >= 0.1.4 && < 0.2.4   exposed-modules             : Text.JSONb                                 Text.JSONb.Simple                                 Text.JSONb.Schema  executable                      json-schema   main-is                     : examples/JSONSchema.hs-  build-depends               : base +  build-depends               : base                               , containers                               , utf8-string >= 0.3                               , bytestring >= 0.9   extensions                  : FlexibleInstances                                 RelaxedPolyRec                                 NoMonomorphismRestriction-