diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-02 22:55:44 +0200 | 
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-02 22:55:44 +0200 | 
| commit | 9337af165a47a582f0bc3e4f63ff22b79a4308ce (patch) | |
| tree | e1ca5920ed403602d5bdcd254de3a7f56905f693 | |
| parent | 8a03527dba479b520ebda47cdf00080d82d4e933 (diff) | |
Cabal: enable almost all warnings
| -rw-r--r-- | erebos.cabal | 1 | 
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, |