core-text 0.2.3.5 → 0.2.3.6
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~prettyprinterPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: prettyprinter
API changes (from Hackage documentation)
- Core.Text.Rope: instance Data.Text.Prettyprint.Doc.Internal.Pretty Core.Text.Rope.Rope
+ Core.Text.Rope: instance Prettyprinter.Internal.Pretty Core.Text.Rope.Rope
Files
- core-text.cabal +3/−3
core-text.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 7a109725162f534325a34da124a19aec567788ef616e2e94ea7cd1e29c42f1c4+-- hash: 474b85de516532b23adffa6ac413f511b59db0da560430db29418b117b0fbff7 name: core-text-version: 0.2.3.5+version: 0.2.3.6 synopsis: A rope type based on a finger tree over UTF-8 fragments description: A rope data type for text, built as a finger tree over UTF-8 text fragments. The package also includes utiltiy functions for breaking and@@ -57,7 +57,7 @@ , deepseq , fingertree , hashable >=1.2 && <1.4- , prettyprinter >=1.2.1.1 && <1.7+ , prettyprinter >=1.2.1.1 && <1.8 , prettyprinter-ansi-terminal , template-haskell >=2.14 && <3 , text