Compile with all warning to write cleaner code

This commit is contained in:
Sasha 2018-03-19 12:11:44 +01:00
parent 645c2b2e32
commit 8f8d5afc28
1 changed files with 1 additions and 0 deletions

View File

@ -41,5 +41,6 @@ library
, containers
, mtl
, random
ghc-options: -Wall
hs-source-dirs: src
default-language: Haskell2010