summaryrefslogtreecommitdiffstats
path: root/src/Blessings/Text/WCWidth.hs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-03-07 13:36:40 +0100
committertv <tv@krebsco.de>2026-03-07 13:36:40 +0100
commit96e42c2aba5e29fd795aa624a9f2ea992ec52c21 (patch)
tree32670bf8ad24689abb8421c98ff43dfa4d631e31 /src/Blessings/Text/WCWidth.hs
parenta2d987d58aabe0bf3e15315b2541ee6dfb309608 (diff)
add show
Diffstat (limited to 'src/Blessings/Text/WCWidth.hs')
-rw-r--r--src/Blessings/Text/WCWidth.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Blessings/Text/WCWidth.hs b/src/Blessings/Text/WCWidth.hs
index ccc0864..84e7cfa 100644
--- a/src/Blessings/Text/WCWidth.hs
+++ b/src/Blessings/Text/WCWidth.hs
@@ -20,7 +20,8 @@ instance Blessable Text where
splitAt = splitAt'
break = Text.break
intercalate = Text.intercalate
- fromWord8 = Text.pack . show
+ fromWord8 = Text.pack . Prelude.show
+ show = Text.pack . Prelude.show
length' :: Text -> Int