pandoc-types 1.17.3 → 1.17.3.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~QuickCheckdep ~criterionPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: QuickCheck, criterion
API changes (from Hackage documentation)
- Text.Pandoc.Builder: instance Text.Pandoc.Builder.ToMetaValue a => Text.Pandoc.Builder.ToMetaValue (Data.Map.Base.Map GHC.Base.String a)
+ Text.Pandoc.Builder: instance Text.Pandoc.Builder.ToMetaValue a => Text.Pandoc.Builder.ToMetaValue (Data.Map.Internal.Map GHC.Base.String a)
- Text.Pandoc.Walk: class Walkable a b where walk f = runIdentity . walkM (return . f)
+ Text.Pandoc.Walk: class Walkable a b
Files
- changelog +4/−0
- pandoc-types.cabal +3/−3
changelog view
@@ -1,3 +1,7 @@+[1.17.3.1]++ * Bumped upper bounds for criterion and QuickCheck.+ [1.17.3] * Added Walkable instances for `[Inline] Inline` and `[Block] Block`.
pandoc-types.cabal view
@@ -1,5 +1,5 @@ Name: pandoc-types-Version: 1.17.3+Version: 1.17.3.1 Synopsis: Types for representing a structured document Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data structure, which is used by pandoc to represent@@ -73,7 +73,7 @@ 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.11,+ QuickCheck >= 2.4 && < 2.12, HUnit >= 1.2 && < 1.7, string-qq == 0.0.2 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -O2@@ -84,5 +84,5 @@ hs-source-dirs: benchmark build-depends: pandoc-types, base >= 4.2 && < 5,- criterion >= 1.0 && < 1.3+ criterion >= 1.0 && < 1.4 ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind -O2