From ec61a14b539368a723d992e7f3205115757c0908 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Tue, 21 Mar 2023 16:57:51 -0700 Subject: [PATCH] ogma-cli: Mark package as uncurated. Refs #74. Cabal packages in Ogma are not using the flag x-curation to indicate to package maintainers that our packages should not be modified by them. 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. This commit sets modifies the cabal package to include x-curation: uncurated, signaling our preferences to the Hackage maintainers. --- ogma-cli/ogma-cli.cabal | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ogma-cli/ogma-cli.cabal b/ogma-cli/ogma-cli.cabal index 0b7afeed..de68f4d0 100644 --- a/ogma-cli/ogma-cli.cabal +++ b/ogma-cli/ogma-cli.cabal @@ -109,6 +109,13 @@ description: Ogma is a tool to facilitate the integration of safe runtim . - , Dutle et al. 2020. +-- 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 + executable ogma main-is: