packages feed

ogma-language-jsonspec 1.10.0 → 1.11.0

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~ogma-specPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ogma-spec

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ogma-language-jsonspec +## [1.11.0] - 2025-11-21++* Version bump 1.11.0 (#325).+ ## [1.10.0] - 2025-09-21  * Version bump 1.10.0 (#310).
ogma-language-jsonspec.cabal view
@@ -19,7 +19,7 @@ build-type:          Simple  name:                ogma-language-jsonspec-version:             1.10.0+version:             1.11.0 homepage:            https://github.com/nasa/ogma bug-reports:         https://github.com/nasa/ogma/issues license:             Apache-2.0@@ -64,7 +64,7 @@     , mtl                    >= 2.2.2    && < 2.4     , bytestring             >= 0.10.8.2 && < 0.13 -    , ogma-spec              >= 1.10.0 && < 1.11+    , ogma-spec              >= 1.11.0 && < 1.12    hs-source-dirs:     src