cmark-sections 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~cmarkPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: cmark
API changes (from Hackage documentation)
- CMark.Sections: instance (GHC.Classes.Eq a, GHC.Classes.Eq b) => GHC.Classes.Eq (CMark.Sections.Section a b)
- CMark.Sections: instance (GHC.Show.Show a, GHC.Show.Show b) => GHC.Show.Show (CMark.Sections.Section a b)
+ CMark.Sections: instance (GHC.Classes.Eq b, GHC.Classes.Eq a) => GHC.Classes.Eq (CMark.Sections.Section a b)
+ CMark.Sections: instance (GHC.Show.Show b, GHC.Show.Show a) => GHC.Show.Show (CMark.Sections.Section a b)
Files
- CHANGELOG.md +4/−0
- cmark-sections.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.2++* Bumped cmark version.+ # 0.1.0.1 * Bumped hspec version.
cmark-sections.cabal view
@@ -1,5 +1,5 @@ name: cmark-sections-version: 0.1.0.1+version: 0.1.0.2 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.4+ , cmark >= 0.5 && < 0.5.5 , containers , microlens == 0.4.* , split == 0.2.*