pandoc 1.19.2.3 → 1.19.2.4
raw patch · 3 files changed
+10/−2 lines, 3 filesdep ~pandoc-typesdep ~skylightingPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pandoc-types, skylighting
API changes (from Hackage documentation)
Files
- changelog +6/−0
- man/pandoc.1 +1/−1
- pandoc.cabal +3/−1
changelog view
@@ -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.
man/pandoc.1 view
@@ -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
pandoc.cabal view
@@ -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