diff --git a/text-builder.cabal b/text-builder.cabal
--- a/text-builder.cabal
+++ b/text-builder.cabal
@@ -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,
