diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-06-17 19:07:21 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-06-17 19:07:21 +0000 |
commit | 92f655019a27d5390feba25a02e77ccf16b6b189 (patch) | |
tree | dab8d30149398ef7c6f4b50df2bb46389f438d93 | |
parent | 24c1d71a37453bb10440a66f1cd9f36b00296f4b (diff) | |
download | pandoc-92f655019a27d5390feba25a02e77ccf16b6b189.tar.gz |
Added -Wall to ghc-options in pandoc.cabal.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1290 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index c2d771a91..f75b1a683 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -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 |