From aa829f9979425d43637c82c8990ad93e2c9b4527 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sat, 4 Jan 2025 22:32:49 +0000 Subject: [PATCH] Add since annotation for MHS --- Cabal-syntax/src/Distribution/Compiler.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cabal-syntax/src/Distribution/Compiler.hs b/Cabal-syntax/src/Distribution/Compiler.hs index f4471d47600..40148776ee1 100644 --- a/Cabal-syntax/src/Distribution/Compiler.hs +++ b/Cabal-syntax/src/Distribution/Compiler.hs @@ -73,7 +73,9 @@ data CompilerFlavor | LHC | UHC | Eta - | MHS -- MicroHS, see https://github.com/augustss/MicroHs + | -- | @since 3.12.1.0 + -- MicroHS, see https://github.com/augustss/MicroHs + MHS | HaskellSuite String -- string is the id of the actual compiler | OtherCompiler String deriving (Generic, Show, Read, Eq, Ord, Data)