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 8656465 commit ec10df6Copy full SHA for ec10df6
Cabal-syntax/src/Distribution/PackageDescription/FieldGrammar.hs
@@ -717,6 +717,8 @@ optionsFieldGrammar =
717
<* knownField "jhc-options"
718
<* knownField "hugs-options"
719
<* knownField "nhc98-options"
720
+ -- NOTE: These are used by MicroCabal for MicroHs
721
+ <* knownField "mhs-options"
722
where
723
extract :: CompilerFlavor -> ALens' BuildInfo [String]
724
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