ogma-language-fret-reqs 1.0.7 → 1.0.8
raw patch · 2 files changed
+16/−4 lines, 2 filesdep ~ogma-extradep ~ogma-language-cocospecdep ~ogma-language-smv
Dependency ranges changed: ogma-extra, ogma-language-cocospec, ogma-language-smv
Files
- CHANGELOG.md +5/−0
- ogma-language-fret-reqs.cabal +11/−4
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for ogma-language-fret-reqs +## [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-language-fret-reqs.cabal view
@@ -32,7 +32,7 @@ build-type: Simple name: ogma-language-fret-reqs-version: 1.0.7+version: 1.0.8 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf@@ -52,6 +52,13 @@ . This library contains a frontend to read FRET Component Requirement Databases. +-- 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 exposed-modules:@@ -62,8 +69,8 @@ , aeson >= 2.0.0.0 && < 2.2 , text - , ogma-language-cocospec >= 1.0.0 && < 1.1- , ogma-language-smv >= 1.0.0 && < 1.1+ , ogma-language-cocospec >= 1.0.8 && < 1.1+ , ogma-language-smv >= 1.0.8 && < 1.1 hs-source-dirs: src@@ -89,7 +96,7 @@ , test-framework , test-framework-quickcheck2 - , ogma-extra >= 1.0.0 && < 1.1+ , ogma-extra >= 1.0.8 && < 1.1 , ogma-language-fret-reqs hs-source-dirs: