From 92f655019a27d5390feba25a02e77ccf16b6b189 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Tue, 17 Jun 2008 19:07:21 +0000
Subject: [PATCH] Added -Wall to ghc-options in pandoc.cabal.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1290 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 pandoc.cabal | 4 ++--
 1 file 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