Cabal revisions of json-schema-0.7.4.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: json-schema-version: 0.7.4.1-synopsis: Types and type classes for defining JSON schemas.-description: Types and type classes for defining JSON schemas.- .- /Documentation/- .- See <https://github.com/silkapp/json-schema/blob/master/README.md>- .-license: BSD3-license-file: LICENSE-author: Silk-maintainer: code@silk.co-category: Data-build-type: Simple-cabal-version: >=1.8--extra-source-files:- CHANGELOG.md- LICENSE- README.md--source-repository head- type: git- location: https://github.com/silkapp/json-schema.git--library- ghc-options: -Wall- hs-source-dirs: src- exposed-modules:- Data.JSON.Schema- Data.JSON.Schema.Combinators- Data.JSON.Schema.Generic- Data.JSON.Schema.Types- Data.JSON.Schema.Validate- build-depends:- base >= 4.4 && < 5- , aeson >= 0.7 && < 0.11- , containers >= 0.3 && < 0.6- , generic-aeson == 0.2.*- , generic-deriving >= 1.6 && < 1.10- , mtl >= 2.1 && < 2.3- , scientific == 0.3.*- , text >= 0.10 && < 1.3- , time >= 1.2 && < 1.6- , unordered-containers == 0.2.*- , vector >= 0.10 && < 0.12- -- Data.Proxy.Proxy- if impl(ghc < 7.8)- build-depends: tagged >= 0.2 && < 0.9- -- GHC Generics- if impl(ghc < 7.6)- build-depends: ghc-prim == 0.2.*--test-suite json-schema-generic-aeson-tests- ghc-options: -Wall- hs-source-dirs: tests, examples- main-is: Main.hs- type: exitcode-stdio-1.0- other-modules:- Example- Test.Util- Test.Validate- build-depends:- base >= 4.4 && < 5- , aeson >= 0.7 && < 0.11- , aeson-utils >= 0.2 && < 0.4- , attoparsec >= 0.10 && < 0.14- , bytestring >= 0.10 && < 0.12- , generic-aeson == 0.2.*- , json-schema- , tasty >= 0.10 && < 0.12- , tasty-hunit == 0.9.*- , tasty-th == 0.1.*- , text >= 0.10 && < 1.3- , vector >= 0.10 && < 0.12- if impl(ghc < 7.8)- build-depends: tagged >= 0.2 && < 0.9- if impl(ghc < 7.6)- build-depends: ghc-prim == 0.2.*+name: json-schema +version: 0.7.4.1 +x-revision: 1 +synopsis: Types and type classes for defining JSON schemas. +description: Types and type classes for defining JSON schemas. + . + /Documentation/ + . + See <https://github.com/silkapp/json-schema/blob/master/README.md> + . +license: BSD3 +license-file: LICENSE +author: Silk +maintainer: code@silk.co +category: Data +build-type: Simple +cabal-version: >=1.8 + +extra-source-files: + CHANGELOG.md + LICENSE + README.md + +source-repository head + type: git + location: https://github.com/silkapp/json-schema.git + +library + ghc-options: -Wall + hs-source-dirs: src + exposed-modules: + Data.JSON.Schema + Data.JSON.Schema.Combinators + Data.JSON.Schema.Generic + Data.JSON.Schema.Types + Data.JSON.Schema.Validate + build-depends: + base >= 4.4 && < 5 + , aeson >= 0.7 && < 0.11 + , containers >= 0.3 && < 0.6 + , generic-aeson == 0.2.* + , generic-deriving >= 1.6 && < 1.11 + , mtl >= 2.1 && < 2.3 + , scientific == 0.3.* + , text >= 0.10 && < 1.3 + , time >= 1.2 && < 1.6 + , unordered-containers == 0.2.* + , vector >= 0.10 && < 0.12 + -- Data.Proxy.Proxy + if impl(ghc < 7.8) + build-depends: tagged >= 0.2 && < 0.9 + -- GHC Generics + if impl(ghc < 7.6) + build-depends: ghc-prim == 0.2.* + +test-suite json-schema-generic-aeson-tests + ghc-options: -Wall + hs-source-dirs: tests, examples + main-is: Main.hs + type: exitcode-stdio-1.0 + other-modules: + Example + Test.Util + Test.Validate + build-depends: + base >= 4.4 && < 5 + , aeson >= 0.7 && < 0.11 + , aeson-utils >= 0.2 && < 0.4 + , attoparsec >= 0.10 && < 0.14 + , bytestring >= 0.10 && < 0.12 + , generic-aeson == 0.2.* + , json-schema + , tasty >= 0.10 && < 0.12 + , tasty-hunit == 0.9.* + , tasty-th == 0.1.* + , text >= 0.10 && < 1.3 + , vector >= 0.10 && < 0.12 + if impl(ghc < 7.8) + build-depends: tagged >= 0.2 && < 0.9 + if impl(ghc < 7.6) + build-depends: ghc-prim == 0.2.*
revision 2
name: json-schema version: 0.7.4.1 -x-revision: 1 +x-revision: 2 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . , mtl >= 2.1 && < 2.3 , scientific == 0.3.* , text >= 0.10 && < 1.3 - , time >= 1.2 && < 1.6 + , time >= 1.2 && < 1.7 , unordered-containers == 0.2.* , vector >= 0.10 && < 0.12 -- Data.Proxy.Proxy
revision 3
name: json-schema version: 0.7.4.1 -x-revision: 2 +x-revision: 3 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . Data.JSON.Schema.Validate build-depends: base >= 4.4 && < 5 - , aeson >= 0.7 && < 0.11 + , aeson >= 0.7 && < 0.12 , containers >= 0.3 && < 0.6 , generic-aeson == 0.2.* , generic-deriving >= 1.6 && < 1.11 Test.Validate build-depends: base >= 4.4 && < 5 - , aeson >= 0.7 && < 0.11 + , aeson >= 0.7 && < 0.12 , aeson-utils >= 0.2 && < 0.4 , attoparsec >= 0.10 && < 0.14 , bytestring >= 0.10 && < 0.12
revision 4
name: json-schema version: 0.7.4.1 -x-revision: 3 +x-revision: 4 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . Data.JSON.Schema.Validate build-depends: base >= 4.4 && < 5 - , aeson >= 0.7 && < 0.12 + , aeson >= 0.7 && < 1.1 , containers >= 0.3 && < 0.6 , generic-aeson == 0.2.* , generic-deriving >= 1.6 && < 1.11 Test.Validate build-depends: base >= 4.4 && < 5 - , aeson >= 0.7 && < 0.12 + , aeson >= 0.7 && < 1.1 , aeson-utils >= 0.2 && < 0.4 , attoparsec >= 0.10 && < 0.14 , bytestring >= 0.10 && < 0.12
revision 5
name: json-schema version: 0.7.4.1 -x-revision: 4 +x-revision: 5 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . , aeson >= 0.7 && < 1.1 , containers >= 0.3 && < 0.6 , generic-aeson == 0.2.* - , generic-deriving >= 1.6 && < 1.11 + , generic-deriving >= 1.6 && < 1.12 , mtl >= 2.1 && < 2.3 , scientific == 0.3.* , text >= 0.10 && < 1.3
revision 6
name: json-schema version: 0.7.4.1 -x-revision: 5 +x-revision: 6 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . Data.JSON.Schema.Validate build-depends: base >= 4.4 && < 5 - , aeson >= 0.7 && < 1.1 + , aeson >= 0.7 && < 1.2 , containers >= 0.3 && < 0.6 , generic-aeson == 0.2.* , generic-deriving >= 1.6 && < 1.12 , text >= 0.10 && < 1.3 , time >= 1.2 && < 1.7 , unordered-containers == 0.2.* - , vector >= 0.10 && < 0.12 + , vector >= 0.10 && < 0.13 -- Data.Proxy.Proxy if impl(ghc < 7.8) build-depends: tagged >= 0.2 && < 0.9 Test.Validate build-depends: base >= 4.4 && < 5 - , aeson >= 0.7 && < 1.1 + , aeson >= 0.7 && < 1.2 , aeson-utils >= 0.2 && < 0.4 , attoparsec >= 0.10 && < 0.14 , bytestring >= 0.10 && < 0.12 , tasty-hunit == 0.9.* , tasty-th == 0.1.* , text >= 0.10 && < 1.3 - , vector >= 0.10 && < 0.12 + , vector >= 0.10 && < 0.13 if impl(ghc < 7.8) build-depends: tagged >= 0.2 && < 0.9 if impl(ghc < 7.6)
revision 7
name: json-schema version: 0.7.4.1 -x-revision: 6 +x-revision: 7 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . , mtl >= 2.1 && < 2.3 , scientific == 0.3.* , text >= 0.10 && < 1.3 - , time >= 1.2 && < 1.7 + , time >= 1.2 && < 1.9 , unordered-containers == 0.2.* , vector >= 0.10 && < 0.13 -- Data.Proxy.Proxy
revision 8
name: json-schema version: 0.7.4.1 -x-revision: 7 +x-revision: 8 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . Data.JSON.Schema.Validate build-depends: base >= 4.4 && < 5 - , aeson >= 0.7 && < 1.2 + , aeson >= 0.7 && < 1.3 , containers >= 0.3 && < 0.6 , generic-aeson == 0.2.* , generic-deriving >= 1.6 && < 1.12 Test.Validate build-depends: base >= 4.4 && < 5 - , aeson >= 0.7 && < 1.2 + , aeson >= 0.7 && < 1.3 , aeson-utils >= 0.2 && < 0.4 , attoparsec >= 0.10 && < 0.14 , bytestring >= 0.10 && < 0.12
revision 9
name: json-schema version: 0.7.4.1 -x-revision: 8 +x-revision: 9 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . , bytestring >= 0.10 && < 0.12 , generic-aeson == 0.2.* , json-schema - , tasty >= 0.10 && < 0.12 + , tasty >= 0.10 && < 0.13 , tasty-hunit == 0.9.* , tasty-th == 0.1.* , text >= 0.10 && < 1.3
revision 10
name: json-schema version: 0.7.4.1 -x-revision: 9 +x-revision: 10 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . , generic-aeson == 0.2.* , json-schema , tasty >= 0.10 && < 0.13 - , tasty-hunit == 0.9.* + , tasty-hunit >= 0.9 && < 0.11 , tasty-th == 0.1.* , text >= 0.10 && < 1.3 , vector >= 0.10 && < 0.13
revision 11
name: json-schema version: 0.7.4.1 -x-revision: 10 +x-revision: 11 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . , aeson >= 0.7 && < 1.3 , containers >= 0.3 && < 0.6 , generic-aeson == 0.2.* - , generic-deriving >= 1.6 && < 1.12 + , generic-deriving >= 1.6 && < 1.13 , mtl >= 2.1 && < 2.3 , scientific == 0.3.* , text >= 0.10 && < 1.3
revision 12
name: json-schema version: 0.7.4.1 -x-revision: 11 +x-revision: 12 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . , bytestring >= 0.10 && < 0.12 , generic-aeson == 0.2.* , json-schema - , tasty >= 0.10 && < 0.13 + , tasty >= 0.10 && < 1.1 , tasty-hunit >= 0.9 && < 0.11 , tasty-th == 0.1.* , text >= 0.10 && < 1.3
revision 13
name: json-schema version: 0.7.4.1 -x-revision: 12 +x-revision: 13 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . Data.JSON.Schema.Validate build-depends: base >= 4.4 && < 5 - , aeson >= 0.7 && < 1.3 + , aeson >= 0.7 && < 1.4 , containers >= 0.3 && < 0.6 , generic-aeson == 0.2.* , generic-deriving >= 1.6 && < 1.13 Test.Validate build-depends: base >= 4.4 && < 5 - , aeson >= 0.7 && < 1.3 + , aeson >= 0.7 && < 1.4 , aeson-utils >= 0.2 && < 0.4 , attoparsec >= 0.10 && < 0.14 , bytestring >= 0.10 && < 0.12
revision 14
name: json-schema version: 0.7.4.1 -x-revision: 13 +x-revision: 14 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . , bytestring >= 0.10 && < 0.12 , generic-aeson == 0.2.* , json-schema - , tasty >= 0.10 && < 1.1 + , tasty >= 0.10 && < 1.2 , tasty-hunit >= 0.9 && < 0.11 , tasty-th == 0.1.* , text >= 0.10 && < 1.3
revision 15
name: json-schema version: 0.7.4.1 -x-revision: 14 +x-revision: 15 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . Data.JSON.Schema.Validate build-depends: base >= 4.4 && < 5 - , aeson >= 0.7 && < 1.4 + , aeson >= 0.7 && < 1.5 , containers >= 0.3 && < 0.6 , generic-aeson == 0.2.* , generic-deriving >= 1.6 && < 1.13
revision 16
name: json-schema version: 0.7.4.1 -x-revision: 15 +x-revision: 16 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. . Test.Validate build-depends: base >= 4.4 && < 5 - , aeson >= 0.7 && < 1.4 + , aeson >= 0.7 && < 1.5 , aeson-utils >= 0.2 && < 0.4 , attoparsec >= 0.10 && < 0.14 , bytestring >= 0.10 && < 0.12