Added -Wall to ghc-options in pandoc.cabal.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1290 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
24c1d71a37
commit
92f655019a
1 changed files with 2 additions and 2 deletions
|
@ -74,11 +74,11 @@ Library
|
|||
Text.Pandoc.Writers.RTF,
|
||||
Text.Pandoc.Writers.S5
|
||||
Other-Modules: Text.Pandoc.XML
|
||||
Ghc-Options: -O2
|
||||
Ghc-Options: -O2 -Wall
|
||||
Ghc-Prof-Options: -auto-all
|
||||
|
||||
Executable pandoc
|
||||
Hs-Source-Dirs: .
|
||||
Main-Is: Main.hs
|
||||
Ghc-Options: -O2
|
||||
Ghc-Options: -O2 -Wall
|
||||
Ghc-Prof-Options: -auto-all
|
||||
|
|
Loading…
Add table
Reference in a new issue