summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-09-23 22:40:19 +0200
committerJonas Smedegaard <dr@jones.dk>2017-09-23 22:40:19 +0200
commitabcbe3005117f90babc225ce958766845cf59d2b (patch)
tree625b89a118205560e21765a7b0b818258dd64f9b
parentbdfd5710b944bff28c34a5d8f1b49030a533e03b (diff)
parent0633a66a05ede5396eda7dd17b255bbcdb638bbe (diff)
New upstream version 1.19.2.4~dfsg
-rw-r--r--changelog6
-rw-r--r--man/pandoc.12
-rw-r--r--pandoc.cabal4
3 files changed, 10 insertions, 2 deletions
diff --git a/changelog b/changelog
index 2d4174ea8..c5f3739fd 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+pandoc (1.19.2.4)
+
+ * Add dependencies on texmath and skylighting to the executable.
+ This is needed for dependency version numbers to be available,
+ with Cabal > 2.
+
pandoc (1.19.2.3)
* Add CPP to Setup.hs so it works with Cabal >= 2 and < 2.
diff --git a/man/pandoc.1 b/man/pandoc.1
index 3ce8942a1..104458b06 100644
--- a/man/pandoc.1
+++ b/man/pandoc.1
@@ -1,5 +1,5 @@
.\"t
-.TH PANDOC 1 "January 29, 2017" "pandoc 1.19.2.3"
+.TH PANDOC 1 "January 29, 2017" "pandoc 1.19.2.4"
.SH NAME
pandoc - general markup converter
.SH SYNOPSIS
diff --git a/pandoc.cabal b/pandoc.cabal
index 8366d048d..e2b19dfe5 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
Name: pandoc
-Version: 1.19.2.3
+Version: 1.19.2.4
Cabal-Version: >= 1.10
Build-Type: Custom
License: GPL
@@ -439,6 +439,8 @@ Executable pandoc
aeson >= 0.7.0.5 && < 1.2,
yaml >= 0.8.8.2 && < 0.9,
containers >= 0.1 && < 0.6,
+ skylighting >= 0.1.1.4 && < 0.2,
+ texmath >= 0.9 && < 0.10,
HTTP >= 4000.0.5 && < 4000.4
if flag(network-uri)
Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6