slackbuilds_ponce/office/pandoc/pandoc-1.3-parsec3.patch
2010-05-13 01:00:34 +02:00

11 lines
491 B
Diff

--- pandoc.cabal.old 2009-12-11 17:41:57.000000000 +1100
+++ pandoc.cabal 2009-12-28 21:17:40.227991961 +1100
@@ -149,7 +149,7 @@
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, template-haskell >= 2.2,
bytestring >= 0.9, zip-archive >= 0.1.1,