pandoc 1.10 → 1.10.0.1
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~test-frameworkdep ~test-framework-hunitdep ~test-framework-quickcheck2PVP ok
version bump matches the API change (PVP)
Dependency ranges changed: test-framework, test-framework-hunit, test-framework-quickcheck2
API changes (from Hackage documentation)
Files
- changelog +4/−0
- pandoc.cabal +5/−5
changelog view
@@ -1,3 +1,7 @@+pandoc (1.10.0.1)++ * Bump version bounds on test-framework packages.+ pandoc (1.10) [new features]
pandoc.cabal view
@@ -1,10 +1,10 @@ Name: pandoc-Version: 1.10+Version: 1.10.0.1 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL License-File: COPYING-Copyright: (c) 2006-2012 John MacFarlane+Copyright: (c) 2006-2013 John MacFarlane Author: John MacFarlane <jgm@berkeley.edu> Maintainer: John MacFarlane <jgm@berkeley.edu> Bug-Reports: https://github.com/jgm/pandoc/issues@@ -362,9 +362,9 @@ filepath >= 1.1 && < 1.4, process >= 1 && < 1.2, Diff >= 0.2 && < 0.3,- test-framework >= 0.3 && < 0.7,- test-framework-hunit >= 0.2 && < 0.3,- test-framework-quickcheck2 >= 0.2.9 && < 0.3,+ test-framework >= 0.3 && < 0.9,+ test-framework-hunit >= 0.2 && < 0.4,+ test-framework-quickcheck2 >= 0.2.9 && < 0.4, QuickCheck >= 2.4 && < 2.6, HUnit >= 1.2 && < 1.3, template-haskell >= 2.4 && < 2.9,