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