text-builder 0.6.7.1 → 0.6.7.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestring
Dependency ranges changed: bytestring
Files
- text-builder.cabal +2/−2
text-builder.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: text-builder-version: 0.6.7.1+version: 0.6.7.2 category: Text, Builders synopsis: Efficient strict text builder description: Text formatting library and efficient builder library.@@ -62,7 +62,7 @@ other-modules: Text.Builder.Prelude build-depends: , base >=4.11 && <5- , bytestring >=0.10 && <0.12+ , bytestring >=0.10 && <0.13 , text >=1.2 && <3 , text-builder-dev >=0.3.4.1 && <0.4