diff options
Diffstat (limited to 'office/pandoc/pandoc-1.3-parsec3.patch')
-rw-r--r-- | office/pandoc/pandoc-1.3-parsec3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/office/pandoc/pandoc-1.3-parsec3.patch b/office/pandoc/pandoc-1.3-parsec3.patch new file mode 100644 index 0000000000..2e5f0df887 --- /dev/null +++ b/office/pandoc/pandoc-1.3-parsec3.patch @@ -0,0 +1,11 @@ +--- 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, |