ogma-extra 1.0.7 → 1.0.8
raw patch · 2 files changed
+13/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- ogma-extra.cabal +8/−1
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for ogma-extra +## [1.0.8] - 2023-03-21++* Version bump 1.0.8 (#81).+* Mark package as uncurated (#74).+ ## [1.0.7] - 2023-01-21 * Version bump 1.0.7 (#69).
ogma-extra.cabal view
@@ -32,7 +32,7 @@ build-type: Simple name: ogma-extra-version: 1.0.7+version: 1.0.8 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf@@ -51,6 +51,13 @@ This package implements internal extensions to existing libraries and modules that are used in several ogma packages and their testing facilities.++-- Ogma packages should be uncurated so that only the official maintainers make+-- changes.+--+-- Because this is a NASA project, we want to make sure that users obtain+-- exactly what we publish, unmodified by anyone external to our project.+x-curation: uncurated library