diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-01 21:00:18 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-01 21:00:18 +0000 |
commit | 5383db206bb1fdd1ac40671068fa6070185a35e5 (patch) | |
tree | 4dc7677cd6ef541f034d1f980ec640cc6ebfa598 | |
parent | 7b986acd72157ef2b3a4747f197604d55558e31f (diff) | |
download | pandoc-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.cabal | 2 |
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) |