aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-07-18 11:39:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-07-18 11:39:04 -0700
commitc909d16cccbae92add6b1e2430ce9e6d51e0c7e5 (patch)
treec6c29997b0e266637a55cc17c828f77e19297f09 /pandoc.cabal
parent92efc605716521035f61ebc87c9f6131c5cf8155 (diff)
downloadpandoc-c909d16cccbae92add6b1e2430ce9e6d51e0c7e5.tar.gz
Bump to 2.14.1, update changelog and man page.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 999f00f11..eee862909 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: pandoc
-version: 2.14.0.3
+version: 2.14.1
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md
@@ -756,7 +756,7 @@ test-suite test-pandoc
bytestring >= 0.9 && < 0.12,
containers >= 0.4.2.1 && < 0.7,
directory >= 1.2.3 && < 1.4,
- doctemplates >= 0.9 && < 0.10,
+ doctemplates >= 0.10 && < 0.11,
exceptions >= 0.8 && < 0.11,
filepath >= 1.1 && < 1.5,
hslua >= 1.1 && < 1.4,