packages feed

Cabal revisions of json-schema-0.7.3.0

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

revision 1
-name:                json-schema-version:             0.7.3.0-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.*-    , aeson >= 0.7 && < 0.9-    , containers >= 0.3 && < 0.6-    , generic-aeson == 0.2.*-    , generic-deriving >= 1.6 && < 1.8-    , mtl >= 2.1 && < 2.3-    , scientific == 0.3.*-    , tagged >= 0.2 && < 0.8-    , text >= 0.10 && < 1.3-    , time >= 1.2 && < 1.6-    , unordered-containers == 0.2.*-    , vector == 0.10.*--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-    , aeson >= 0.7 && < 0.9-    , aeson-utils == 0.2.*-    , attoparsec >= 0.10 && < 0.13-    , bytestring >= 0.10 && < 0.12-    , generic-aeson == 0.2.*-    , json-schema-    , tagged >= 0.2 && < 0.8-    , tasty == 0.10.*-    , tasty-hunit == 0.9.*-    , tasty-th == 0.1.*-    , text >= 0.10 && < 1.3-    , vector == 0.10.*+name:                json-schema
+version:             0.7.3.0
+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.6 && < 5
+    , aeson >= 0.7 && < 0.9
+    , containers >= 0.3 && < 0.6
+    , generic-aeson == 0.2.*
+    , generic-deriving >= 1.6 && < 1.8
+    , mtl >= 2.1 && < 2.3
+    , scientific == 0.3.*
+    , tagged >= 0.2 && < 0.8
+    , text >= 0.10 && < 1.3
+    , time >= 1.2 && < 1.6
+    , unordered-containers == 0.2.*
+    , vector == 0.10.*
+
+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
+    , aeson >= 0.7 && < 0.9
+    , aeson-utils == 0.2.*
+    , attoparsec >= 0.10 && < 0.13
+    , bytestring >= 0.10 && < 0.12
+    , generic-aeson == 0.2.*
+    , json-schema
+    , tagged >= 0.2 && < 0.8
+    , tasty == 0.10.*
+    , tasty-hunit == 0.9.*
+    , tasty-th == 0.1.*
+    , text >= 0.10 && < 1.3
+    , vector == 0.10.*