ogma-language-c 1.12.0 → 1.13.0
raw patch · 2 files changed
+7/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- ogma-language-c.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for ogma-language-c +## [1.13.0] - 2026-03-21++* Version bump (1.13.0) (#373).+* Constrain version of `alex` in Cabal file (#370).+ ## [1.12.0] - 2026-01-21 * Version bump 1.12.0 (#336).
ogma-language-c.cabal view
@@ -18,7 +18,7 @@ cabal-version: 2.0 build-type: Custom name: ogma-language-c-version: 1.12.0+version: 1.13.0 homepage: https://github.com/nasa/ogma bug-reports: https://github.com/nasa/ogma/issues license: Apache-2.0@@ -79,7 +79,7 @@ , array >= 0.5.2.0 && < 0.6 build-tool-depends:- alex:alex >= 3+ alex:alex >= 3 && (< 3.5.4.1 || > 3.5.4.1) , BNFC:bnfc >= 2.9.4 , happy:happy >= 1.19