From 2fac80aa1727a200f576f899bb325f523842c3ff Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 1 May 2024 22:35:36 -0400 Subject: Turn on more Haskell errors I actually thought these were turned on, but found that they weren't when I was investigating Haddock stuff. There aren't many violations, so I just turned them on and fixed the violations real quick. --- Biz/Bild/Deps.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Bild/Deps.hs') diff --git a/Biz/Bild/Deps.hs b/Biz/Bild/Deps.hs index 0b57a4f..2b2a72a 100644 --- a/Biz/Bild/Deps.hs +++ b/Biz/Bild/Deps.hs @@ -69,7 +69,7 @@ cli args = do execParserPure' pprefs pinfo [] = Opts.Failure <| Opts.parserFailure pprefs pinfo (Opts.ShowHelpText Nothing) mempty - execParserPure' pprefs pinfo args = Opts.execParserPure pprefs pinfo args + execParserPure' pprefs pinfo args_ = Opts.execParserPure pprefs pinfo args_ opts = Opts.info ((,) parseColors) <*> (parseCommand <**> Opts.helper)) <| mconcat desc desc = [ Opts.fullDesc, -- cgit v1.2.3