packages feed

json-spec-elm 0.5.0.2 → 0.5.0.3

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,5 +1,9 @@ # Changelog +## 0.5.0.3++- Refresh dependency freeze and allow `containers` 0.8.+ ## 0.5.0.2  - Support GHC 9.14.
json-spec-elm.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                json-spec-elm-version:             0.5.0.2+version:             0.5.0.3 synopsis:            Elm code generate for `json-spec`. description:                               Produce elm types, encoders, and decoders from a@@ -23,7 +23,7 @@ common dependencies   build-depends:     , base                 >= 4.19.2.0 && < 4.23-    , containers           >= 0.6.8    && < 0.8+    , containers           >= 0.6.8    && < 0.9     , elm-syntax           >= 0.3.3.0  && < 0.4     , json-spec            >= 1.3.0.0  && < 1.4     , text                 >= 2.1.1    && < 2.2