We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mhs-options
1 parent 4f927a1 commit acfcdfbCopy full SHA for acfcdfb
2 files changed
Cabal-syntax/src/Distribution/PackageDescription/FieldGrammar.hs
@@ -726,6 +726,8 @@ optionsFieldGrammar =
726
<* knownField "jhc-options"
727
<* knownField "hugs-options"
728
<* knownField "nhc98-options"
729
+ -- NOTE: These are used by MicroCabal for MicroHs
730
+ <* knownField "mhs-options"
731
where
732
extract :: CompilerFlavor -> ALens' BuildInfo [String]
733
extract flavor = L.options . lookupLens flavor
changelog.d/pr-11344
@@ -0,0 +1,4 @@
1
+synopsis: Don't warn on mhs-options
2
+packages: Cabal-syntax
3
+issues: #11341
4
+prs: #11344
0 commit comments