From: Francis Russell Date: Fri, 14 Sep 2012 17:03:28 +0000 (+0100) Subject: Enable a number of compiler warnings. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=8e875fb8328edc2987a5694f0b3f5bc1ef0761e6;p=francis%2Fofc.git Enable a number of compiler warnings. --- diff --git a/ofc.cabal b/ofc.cabal index 950c170..b7d2160 100644 --- a/ofc.cabal +++ b/ofc.cabal @@ -9,4 +9,5 @@ Cabal-Version: >=1.2 Executable ofc Main-is: Main.hs Hs-Source-Dirs: src + GHC-Options: -Wall -fno-warn-missing-signatures Build-Depends: base, containers, parsec >= 3