summaryrefslogtreecommitdiffstats
path: root/src/Blessings/Text
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blessings/Text')
-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
[cgit] Unable to lock slot /tmp/cgit/36100000.lock: No such file or directory (2)