packages feed

ogma-language-csv 1.11.0 → 1.12.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-csv +## [1.12.0] - 2026-01-21++* Version bump 1.12.0 (#336).+ ## [1.11.0] - 2025-11-21  * Version bump 1.11.0 (#325).
ogma-language-csv.cabal view
@@ -19,7 +19,7 @@ build-type:          Simple  name:                ogma-language-csv-version:             1.11.0+version:             1.12.0 homepage:            https://github.com/nasa/ogma license:             Apache-2.0 license-file:        LICENSE@@ -57,7 +57,7 @@     , vector     >= 0.12.0.1 && < 0.14     , text       >= 1.2.3.1  && < 2.2 -    , ogma-spec  >= 1.11.0 && < 1.12+    , ogma-spec  >= 1.12.0 && < 1.13    hs-source-dirs:     src