From ef12ff114730fed2d6f1fb2ce7a892ccc537d7e5 Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 28 Dec 2016 14:57:50 +0100 Subject: [PATCH] show all the warnings! --- haskelloids.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/haskelloids.cabal b/haskelloids.cabal index 7da90f0..bb050b0 100644 --- a/haskelloids.cabal +++ b/haskelloids.cabal @@ -50,6 +50,7 @@ cabal-version: >=1.10 executable haskelloids -- .hs or .lhs file containing the Main module. main-is: Main.hs + ghc-options: -Wall -- Modules included in this executable, other than Main. -- other-modules: