cmark-sections 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~hspecPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: hspec
API changes (from Hackage documentation)
- 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)
+ 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)
Files
- CHANGELOG.md +4/−0
- cmark-sections.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.1++* Bumped hspec version.+ # 0.1.0.0 First release.
cmark-sections.cabal view
@@ -1,5 +1,5 @@ name: cmark-sections-version: 0.1.0.0+version: 0.1.0.1 synopsis: Represent cmark-parsed Markdown as a tree of sections description: Represent cmark-parsed Markdown as a tree of sections@@ -44,7 +44,7 @@ , cmark , cmark-sections , containers- , hspec == 2.2.*+ , hspec >= 2.2 && < 2.4 , text ghc-options: -Wall -fno-warn-unused-do-bind hs-source-dirs: tests