packages feed

json-spec-elm-servant 0.4.4.0 → 0.4.4.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basedep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, time

API changes (from Hackage documentation)

Files

json-spec-elm-servant.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                json-spec-elm-servant-version:             0.4.4.0+version:             0.4.4.1 synopsis:            Generated elm code for servant APIs. description:         Generate Elm encoders, decoders, and API requests                      for an Servant API, where the shape of the data@@ -14,7 +14,7 @@ license-file:        LICENSE author:              Rick Owens maintainer:          rick@owensmurray.com-copyright:           2022 Rick Owens+copyright:           2025 Owens Murray, LLC. category:            JSON, Elm, Servant, Web build-type:          Simple extra-source-files:@@ -23,7 +23,7 @@  common dependencies   build-depends:-    , base                 >= 4.19.0.0  && < 4.21+    , base                 >= 4.19.0.0  && < 4.22     , bound                >= 2.0.7     && < 2.1     , containers           >= 0.6.8     && < 0.8     , directory            >= 1.3.8.1   && < 1.4@@ -77,7 +77,7 @@     , bytestring           >= 0.12.0.2 && < 0.13     , cookie               >= 0.4.6    && < 0.6     , hspec                >= 2.11.1   && < 2.12-    , time                 >= 1.12.2   && < 1.13+    , time                 >= 1.12.2   && < 1.15     , uuid                 >= 1.3.15   && < 1.4   if flag(compile-elm)     main-is: test.hs