packages feed

commonmark 0.1.0.2 → 0.1.1

raw patch · 3 files changed

+6/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Commonmark.Blocks: reverseSubforests :: Tree a -> Tree a

Files

changelog.md view
@@ -1,5 +1,9 @@ # Changelog for commonmark +## 0.1.1++* Export `reverseSubforests` from `Commonmark.Blocks` [API change] (#64).+ ## 0.1.0.2  * Fix tight/loose list detection with multiple blank lines at end (#56).
commonmark.cabal view
@@ -1,6 +1,6 @@ cabal-version:  2.2 name:           commonmark-version:        0.1.0.2+version:        0.1.1 synopsis:       Pure Haskell commonmark parser. description:    This library provides the core data types and functions
src/Commonmark/Blocks.hs view
@@ -30,6 +30,7 @@   , interruptsParagraph   , linkReferenceDef   , renderChildren+  , reverseSubforests   -- * BlockSpecs   , docSpec   , indentedCodeSpec