text-builder 1.0.0.4 → 1.0.0.5
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~tasty-benchPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty-bench
API changes (from Hackage documentation)
Files
- text-builder.cabal +3/−3
text-builder.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: text-builder-version: 1.0.0.4+version: 1.0.0.5 category: Text, Builders synopsis: Efficient and flexible strict text builder description:@@ -32,7 +32,7 @@ - "[text-builder-dev](https://hackage.haskell.org/package/text-builder-dev)" - edge of development of new features providing a richer functionality at the cost of more frequent major releases - - "[text-builder-lawful-conversions](https://hackage.haskell.org/package/text-builder-lawful-conversions)" - integration with the \"lawful-conversions\" library, providing bidirectional conversions with various types including `String`, `Data.Text.Text`, `Data.Text.Lazy.Text`, `Data.Text.Lazy.Builder.Builder`, `Data.Text.Encoding.StrictTextBuilder`.+ - "[text-builder-lawful-conversions](https://hackage.haskell.org/package/text-builder-lawful-conversions)" - integration with the \"lawful-conversions\" library, providing bidirectional conversions with various textual and builder types. homepage: https://github.com/nikita-volkov/text-builder bug-reports: https://github.com/nikita-volkov/text-builder/issues@@ -150,7 +150,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, text-builder-linear ^>=0.1.3,