packages feed

hjsonschema 0.6.0.1 → 0.6.0.2

raw patch · 1 files changed

+5/−6 lines, 1 filesdep ~HUnitdep ~file-embeddep ~filepathPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HUnit, file-embed, filepath, vector

API changes (from Hackage documentation)

Files

hjsonschema.cabal view
@@ -1,5 +1,5 @@ name:                   hjsonschema-version:                0.6.0.1+version:                0.6.0.2 synopsis:               JSON Schema Draft 4 library homepage:               https://github.com/seagreen/hjsonschema license:                MIT@@ -29,7 +29,7 @@   build-depends:        aeson                >= 0.7   && < 0.10                       , base                 >= 4.6   && < 4.9                       , bytestring           >= 0.10  && < 0.11-                      , file-embed           >= 0.0.8 && < 0.0.9+                      , file-embed           >= 0.0.8 && < 0.0.10                       , hashable             >= 1.2   && < 1.3                       , hjsonpointer         >= 0.2   && < 0.3                       , http-client          >= 0.4.9 && < 0.5@@ -38,8 +38,7 @@                       , scientific           >= 0.3   && < 0.4                       , unordered-containers >= 0.2   && < 0.3                       , text                 >= 1.2   && < 1.3-                      , vector               >= 0.10  && < 0.11-+                      , vector               >= 0.10  && < 0.12 test-suite local   type:                 exitcode-stdio-1.0   hs-source-dirs:       tests@@ -56,8 +55,8 @@                       , text                       , vector                       , directory            >= 1.2 && < 1.3-                      , filepath             >= 1.3 && < 1.4-                      , HUnit                >= 1.2 && < 1.3+                      , filepath             >= 1.3 && < 1.5+                      , HUnit                >= 1.2 && < 1.4                       , test-framework       >= 0.8 && < 0.9                       , test-framework-hunit >= 0.3 && < 0.4