aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-01 21:00:18 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-01 21:00:18 +0000
commit5383db206bb1fdd1ac40671068fa6070185a35e5 (patch)
tree4dc7677cd6ef541f034d1f980ec640cc6ebfa598
parent7b986acd72157ef2b3a4747f197604d55558e31f (diff)
downloadpandoc-5383db206bb1fdd1ac40671068fa6070185a35e5.tar.gz
Removed 'CPP' from Extension in pandoc.cabal.
It is not needed (since the relevant files have a pragma anyway), and it causes problems on windows (Cabal thinks pandoc.cabal has changed every time configure is run). git-svn-id: https://pandoc.googlecode.com/svn/trunk@1360 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 329a373b5..0ef83362e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -111,7 +111,7 @@ Library
Text.XML.Light.Cursor
Ghc-Options: -O2 -Wall -threaded
Ghc-Prof-Options: -auto-all
- Extensions: CPP, FlexibleInstances
+ Extensions: FlexibleInstances
-- FlexibleInstances needed for Text.XML.Light
if flag(library)