cmark-sections 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~cmarkdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: cmark, hspec
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- cmark-sections.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.3++* Bumped hspec and cmark versions.+ # 0.1.0.2 * Bumped cmark version.
cmark-sections.cabal view
@@ -1,5 +1,5 @@ name: cmark-sections-version: 0.1.0.2+version: 0.1.0.3 synopsis: Represent cmark-parsed Markdown as a tree of sections description: Represent cmark-parsed Markdown as a tree of sections@@ -26,7 +26,7 @@ -- other-extensions: build-depends: base >=4.7 && <5 , base-prelude == 1.*- , cmark >= 0.5 && < 0.5.5+ , cmark >= 0.5 && < 0.5.6 , containers , microlens == 0.4.* , split == 0.2.*@@ -44,7 +44,7 @@ , cmark , cmark-sections , containers- , hspec >= 2.2 && < 2.4+ , hspec >= 2.2 && < 2.5 , text ghc-options: -Wall -fno-warn-unused-do-bind hs-source-dirs: tests