Compile src/site.hs with -Wall and -02

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
This commit is contained in:
Collin J. Doering 2014-09-01 03:26:36 -04:00 committed by Collin J. Doering
parent 7e33aa7fe5
commit 719e0753ca
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ cabal-version: >=1.10
executable blog-rekahsoft-ca
-- .hs or .lhs file containing the Main module.
main-is: src/site.hs
Ghc-options: -Wall -O2
-- Modules included in this executable, other than Main.
-- other-modules: