packages feed

ogma-language-csv 1.14.0 → 1.15.0

raw patch · 3 files changed

+7/−3 lines, 3 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,10 @@ # Revision history for ogma-language-csv +## [1.15.0] - 2026-07-21++* Version bump (1.15.0) (#508).+* Remove commented code (#492).+ ## [1.14.0] - 2026-05-21  * Version bump (1.14.0) (#425).
ogma-language-csv.cabal view
@@ -19,7 +19,7 @@ build-type:          Simple  name:                ogma-language-csv-version:             1.14.0+version:             1.15.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.14.0 && < 1.15+    , ogma-spec  >= 1.15.0 && < 1.16    hs-source-dirs:     src
src/Language/CSVSpec/Parser.hs view
@@ -1,4 +1,3 @@--- {-# LANGUAGE ScopedTypeVariables #-} -- Copyright 2024 United States Government as represented by the Administrator -- of the National Aeronautics and Space Administration. All Rights Reserved. --