From 8f8d5afc282247e7df29699cde4f26cbf146df94 Mon Sep 17 00:00:00 2001 From: Sasha Date: Mon, 19 Mar 2018 12:11:44 +0100 Subject: [PATCH] Compile with all warning to write cleaner code --- hanafuda.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/hanafuda.cabal b/hanafuda.cabal index 85d71c6..f7e2094 100644 --- a/hanafuda.cabal +++ b/hanafuda.cabal @@ -41,5 +41,6 @@ library , containers , mtl , random + ghc-options: -Wall hs-source-dirs: src default-language: Haskell2010