diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-01 21:48:16 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-01 21:48:16 +0000 |
commit | 5c1c786d6590b105dc2802a16eb9c599ec06912c (patch) | |
tree | 3a6e7f0f0eef49262fb90c4cef1145143aa4b6a1 | |
parent | 44382a2e41b8b60594df0d8b64cf48feb346f8c9 (diff) | |
download | pandoc-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.cabal | 2 |
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 |