pandoc-types 1.8.0.2 → 1.8.2
raw patch · 2 files changed
+5/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Text.Pandoc.Builder: ellipses :: Inlines
Files
- Text/Pandoc/Builder.hs +1/−0
- pandoc-types.cabal +4/−6
Text/Pandoc/Builder.hs view
@@ -109,6 +109,7 @@ , codeWith , code , space+ , ellipses , emdash , endash , apostrophe
pandoc-types.cabal view
@@ -1,5 +1,5 @@ Name: pandoc-types-Version: 1.8.0.2+Version: 1.8.2 Synopsis: Types for representing a structured document Description: This package contains definitions for the 'Pandoc' data structure, which is used by pandoc to represent@@ -26,11 +26,9 @@ Category: Text Build-type: Simple Cabal-version: >=1.6--Source-repository head- type: git- location: git://github.com/jgm/pandoc-types.git-+Source-repository head+ type: git+ location: git://github.com/jgm/pandoc-types.git Library Exposed-modules: Text.Pandoc.Definition Text.Pandoc.Generic