diff --git a/changelog b/changelog
--- 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
--- 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
--- 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 @@
                  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
