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. --- Alpha.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Alpha.hs') diff --git a/Alpha.hs b/Alpha.hs index 4f672fc..32b3137 100644 --- a/Alpha.hs +++ b/Alpha.hs @@ -1,5 +1,6 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE NoImplicitPrelude #-} +{-# OPTIONS_GHC -fno-warn-orphans #-} -- | Commonly useful functions, a Prelude replacement. -- -- cgit v1.2.3