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.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Biz/Bild.nix') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index c6e2f27..859d070 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -111,6 +111,9 @@ let ghc \ -threaded \ -Werror \ + -Wall \ + -Winvalid-haddock \ + -haddock \ -i. \ --make Biz/Bild.hs \ -main-is Biz.Bild \ -- cgit v1.2.3