ogma-extra 1.12.0 → 1.14.0
raw patch · 2 files changed
Files
- CHANGELOG.md +9/−0
- ogma-extra.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,14 @@ # Revision history for ogma-extra +## [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).+ ## [1.12.0] - 2026-01-21 * Version bump 1.12.0 (#336).
ogma-extra.cabal view
@@ -19,7 +19,7 @@ build-type: Simple name: ogma-extra-version: 1.12.0+version: 1.14.0 homepage: https://github.com/nasa/ogma bug-reports: https://github.com/nasa/ogma/issues license: Apache-2.0@@ -88,7 +88,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