summaryrefslogtreecommitdiffstats
path: root/src/Blessings/Text.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blessings/Text.hs')
-rw-r--r--src/Blessings/Text.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Blessings/Text.hs b/src/Blessings/Text.hs
index 4516d72..04572dd 100644
--- a/src/Blessings/Text.hs
+++ b/src/Blessings/Text.hs
@@ -17,4 +17,5 @@ instance Blessable Text where
splitAt = T.splitAt
break = T.break
intercalate = T.intercalate
- fromWord8 = T.pack . show
+ fromWord8 = T.pack . Prelude.show
+ show = T.pack . Prelude.show