text-builder-core 0.1.1.1 → 0.1.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~tasty-benchPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: tasty-bench
API changes (from Hackage documentation)
- TextBuilderCore: TextBuilder :: Int -> (forall s. MArray s -> Int -> ST s Int) -> TextBuilder
+ TextBuilderCore: TextBuilder :: Int -> (forall s. () => MArray s -> Int -> ST s Int) -> TextBuilder
Files
- text-builder-core.cabal +2/−2
text-builder-core.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: text-builder-core-version: 0.1.1.1+version: 0.1.1.2 category: Text, Builders synopsis: Internals of "text-builder" description:@@ -115,7 +115,7 @@ main-is: Main.hs build-depends: base >=4.11 && <5,- tasty-bench ^>=0.4.1,+ tasty-bench ^>=0.5, text >=2.1.2 && <3, text-builder-core, text-builder-linear ^>=0.1.3,