packages feed

ogma-language-c 1.13.0 → 1.14.0

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for ogma-language-c +## [1.14.0] - 2026-05-21++* Version bump (1.14.0) (#425).+* Bump upper version constraint on Quickcheck (#382).+ ## [1.13.0] - 2026-03-21  * Version bump (1.13.0) (#373).
ogma-language-c.cabal view
@@ -18,7 +18,7 @@ cabal-version:       2.0 build-type:          Custom name:                ogma-language-c-version:             1.13.0+version:             1.14.0 homepage:            https://github.com/nasa/ogma bug-reports:         https://github.com/nasa/ogma/issues license:             Apache-2.0@@ -98,7 +98,7 @@    build-depends:       base                       >= 4.11.0.0 && < 5-    , QuickCheck                 >= 2.8.2    && < 2.16+    , QuickCheck                 >= 2.8.2    && < 2.17     , test-framework             >= 0.8.2    && < 0.9     , test-framework-quickcheck2 >= 0.3.0.4  && < 0.4