summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2019-05-02 22:55:44 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2019-05-02 22:55:44 +0200
commit9337af165a47a582f0bc3e4f63ff22b79a4308ce (patch)
treee1ca5920ed403602d5bdcd254de3a7f56905f693
parent8a03527dba479b520ebda47cdf00080d82d4e933 (diff)
Cabal: enable almost all warnings
-rw-r--r--erebos.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal
index b448914..0d0a7f6 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -16,6 +16,7 @@ extra-source-files: CHANGELOG.md
cabal-version: >=1.10
executable erebos
+ ghc-options: -Wall
main-is: Main.hs
other-modules: Identity,
Network,