diff options
author | Peter Wang <novalazy@gmail.com> | 2010-05-13 01:00:34 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:34 +0200 |
commit | 8256edc1d8f162c5ac989533b039678b15fe71ea (patch) | |
tree | c8ac50bf480ca06c23f00ab565913885aad71291 /office/pandoc/pandoc-1.3-parsec3.patch | |
parent | 65c913a07947069993ae096a55936915c22d53df (diff) | |
download | slackbuilds-8256edc1d8f162c5ac989533b039678b15fe71ea.tar.gz |
office/pandoc: Added to 13.0 repository
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, |