summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-04-23 22:43:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-04-23 22:43:47 -0700
commit2afa967aded687d49b1974ed34af422d4b94b516 (patch)
tree49deb27b171b987ef396d78e2a3d417f034cf504
parent0d5065c1e763a24e431b3c324cf8bc6390673ff2 (diff)
Removed parsec < 3 restriction.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d7202616b..a8d8bd140 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -140,7 +140,7 @@ Flag citeproc
Library
Build-Depends: pretty >= 1, containers >= 0.1,
- parsec >= 2.1 && < 3, xhtml >= 3000.0,
+ parsec >= 2.1, xhtml >= 3000.0,
mtl >= 1.1, network >= 2, filepath >= 1.1,
process >= 1, directory >= 1,
bytestring >= 0.9, zip-archive >= 0.1.1.4,