You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<*>OA.switch (long "force"<> help "Add bound even if it is already subsumed by existing constraints.")
592
-
<*> many (OA.option str (OA.short 'm'<>OA.long "message"<> metavar "MSG"<> help "Use given MSG as a comment. If multiple -m options are given, their values are concatenated with 'unlines'."))
593
592
<*> some (OA.argument str (metavar "CABALFILES..."<> action "file")))
594
593
595
594
oParser
@@ -909,29 +908,21 @@ condTreeDataL f (C.CondNode x c cs) = f x <&> \y -> C.CondNode y c cs
909
908
-- Non-fatal errors (like parse errors) are reported in the Except monad.
0 commit comments