summaryrefslogtreecommitdiffstats
path: root/src/Blessings/Text/WCWidth.hs
diff options
context:
space:
mode:
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