aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-01 21:48:16 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-01 21:48:16 +0000
commit5c1c786d6590b105dc2802a16eb9c599ec06912c (patch)
tree3a6e7f0f0eef49262fb90c4cef1145143aa4b6a1
parent44382a2e41b8b60594df0d8b64cf48feb346f8c9 (diff)
downloadpandoc-5c1c786d6590b105dc2802a16eb9c599ec06912c.tar.gz
Removed FlexibleInstances Extension line from pandoc.cabal; it isn't needed
because the relevant files have pragmas. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1365 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--pandoc.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 0ef83362e..8b2a12668 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -111,8 +111,6 @@ Library
Text.XML.Light.Cursor
Ghc-Options: -O2 -Wall -threaded
Ghc-Prof-Options: -auto-all
- Extensions: FlexibleInstances
- -- FlexibleInstances needed for Text.XML.Light
if flag(library)
Buildable: True