text-builder 0.6.4 → 0.6.5
raw patch · 2 files changed
+4/−1 lines, 2 files
Files
- library/Text/Builder.hs +3/−0
- text-builder.cabal +1/−1
library/Text/Builder.hs view
@@ -95,6 +95,9 @@ instance IsString Builder where fromString = string +instance Show Builder where+ show = Text.unpack . run+ -- * Accessors -------------------------
text-builder.cabal view
@@ -1,5 +1,5 @@ name: text-builder-version: 0.6.4+version: 0.6.5 category: Text synopsis: An efficient strict text builder homepage: https://github.com/nikita-volkov/text-builder