aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-03-06 18:35:55 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-03-06 18:35:55 +0000
commit42e932da6d1eee4b6776a880386942c87ff806b2 (patch)
tree5d63c07ecdcc58365f5d49bc6238e52b7026d180
parent74189c97b06949be9da385d71a2874b07b58c788 (diff)
downloadpandoc-42e932da6d1eee4b6776a880386942c87ff806b2.tar.gz
Require parsec < 3.
The compatibility module in parsec 3.0.0 gives far worse performance than parsec 2.1. Eventually pandoc will be upgraded to use the new bytestring version of parsec, and then we'll go to parsec 3.0.0. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1248 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 bf71f20f7..54b1592aa 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -46,7 +46,7 @@ Library
Build-Depends: base < 3
if flag(highlighting)
Build-depends: highlighting-kate
- Build-Depends: parsec, xhtml, mtl, network, filepath
+ Build-Depends: parsec < 3, xhtml, mtl, network, filepath
Hs-Source-Dirs: .
Exposed-Modules: Text.Pandoc,
Text.Pandoc.Blocks,