pandoc-types 1.17.6 → 1.17.6.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~string-qqPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: string-qq
API changes (from Hackage documentation)
Files
- changelog +5/−0
- pandoc-types.cabal +2/−2
changelog view
@@ -1,3 +1,8 @@+[1.17.6.1]+++ * Relax version bound for string-qq.+ [1.17.6] * Walk: export walk and query helpers (Albert Krewinkel) [API change].
pandoc-types.cabal view
@@ -1,5 +1,5 @@ Name: pandoc-types-Version: 1.17.6+Version: 1.17.6.1 Synopsis: Types for representing a structured document Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data structure, which is used by pandoc to represent@@ -75,7 +75,7 @@ test-framework-quickcheck2 >= 0.2.9 && < 0.4, QuickCheck >= 2.4 && < 2.14, HUnit >= 1.2 && < 1.7,- string-qq == 0.0.2+ string-qq >= 0.0.2 && < 0.1 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -O2 benchmark benchmark-pandoc-types