packages feed

json-spec-elm 0.5.0.1 → 0.5.0.2

raw patch · 2 files changed

+9/−3 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

+ changelog.md view
@@ -0,0 +1,5 @@+# Changelog++## 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.1+version:             0.5.0.2 synopsis:            Elm code generate for `json-spec`. description:                               Produce elm types, encoders, and decoders from a@@ -12,16 +12,17 @@ license-file:        LICENSE author:              Rick Owens maintainer:          rick@owensmurray.com-copyright:           2025 Owens Murray, LLC.+copyright:           2026 Owens Murray, LLC. category:            JSON, Elm build-type:          Simple extra-source-files:   README.md   LICENSE+  changelog.md  common dependencies   build-depends:-    , base                 >= 4.19.2.0 && < 4.22+    , base                 >= 4.19.2.0 && < 4.23     , containers           >= 0.6.8    && < 0.8     , elm-syntax           >= 0.3.3.0  && < 0.4     , json-spec            >= 1.3.0.0  && < 1.4