summaryrefslogtreecommitdiffstats
path: root/src/Blessings/String
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blessings/String')
-rw-r--r--src/Blessings/String/WCWidth.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Blessings/String/WCWidth.hs b/src/Blessings/String/WCWidth.hs
index 7935019..16ab853 100644
--- a/src/Blessings/String/WCWidth.hs
+++ b/src/Blessings/String/WCWidth.hs
@@ -20,7 +20,8 @@ instance Blessable String where
splitAt = splitAt'
break = List.break
intercalate = List.intercalate
- fromWord8 = show
+ fromWord8 = Prelude.show
+ show = Prelude.show
length' :: String -> Int