pandoc 1.9.4.4 → 1.9.4.5
raw patch · 2 files changed
+14/−9 lines, 2 filesdep ~base64-bytestringdep ~jsondep ~networkPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base64-bytestring, json, network
API changes (from Hackage documentation)
Files
- changelog +6/−1
- pandoc.cabal +8/−8
changelog view
@@ -1,4 +1,9 @@-pando (1.9.4.4)+pandoc (1.9.4.5)++ * Raised version bounds on network, base64-bytestring, json,+ and template-haskell.++pandoc (1.9.4.4) * Removed `tests` flag and made test suite into a proper cabal test suite, which can now be enabled using `--enable-tests`
pandoc.cabal view
@@ -1,5 +1,5 @@ Name: pandoc-Version: 1.9.4.4+Version: 1.9.4.5 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL@@ -198,7 +198,7 @@ Build-Depends: containers >= 0.1 && < 0.6, parsec >= 3.1 && < 3.2, mtl >= 1.1 && < 2.2,- network >= 2 && < 2.4,+ network >= 2 && < 2.5, filepath >= 1.1 && < 1.4, process >= 1 && < 1.2, directory >= 1 && < 1.3,@@ -214,9 +214,9 @@ extensible-exceptions >= 0.1 && < 0.2, citeproc-hs >= 0.3.4 && < 0.4, pandoc-types >= 1.9.0.2 && < 1.10,- json >= 0.4 && < 0.6,+ json >= 0.4 && < 0.8, tagsoup >= 0.12.5 && < 0.13,- base64-bytestring >= 0.1 && < 0.2,+ base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.6, highlighting-kate >= 0.5.1 && < 0.6, temporary >= 1.1 && < 1.2@@ -306,7 +306,7 @@ Build-Depends: containers >= 0.1 && < 0.6, parsec >= 3.1 && < 3.2, mtl >= 1.1 && < 2.2,- network >= 2 && < 2.4,+ network >= 2 && < 2.5, filepath >= 1.1 && < 1.4, process >= 1 && < 1.2, directory >= 1 && < 1.3,@@ -322,9 +322,9 @@ extensible-exceptions >= 0.1 && < 0.2, citeproc-hs >= 0.3.4 && < 0.4, pandoc-types >= 1.9.0.2 && < 1.10,- json >= 0.4 && < 0.6,+ json >= 0.4 && < 0.8, tagsoup >= 0.12.5 && < 0.13,- base64-bytestring >= 0.1 && < 0.2,+ base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.6, highlighting-kate >= 0.5.1 && < 0.6, temporary >= 1.1 && < 1.2@@ -419,7 +419,7 @@ utf8-string >= 0.3 && < 0.4, QuickCheck >= 2.4 && < 2.6, HUnit >= 1.2 && < 1.3,- template-haskell >= 2.4 && < 2.8,+ template-haskell >= 2.4 && < 2.9, ansi-terminal == 0.5.* Other-Modules: Tests.Old Tests.Helpers