diff options
| author | tv <tv@krebsco.de> | 2026-03-07 13:36:40 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-07 13:36:40 +0100 |
| commit | 96e42c2aba5e29fd795aa624a9f2ea992ec52c21 (patch) | |
| tree | 32670bf8ad24689abb8421c98ff43dfa4d631e31 /src/Blessings/Text.hs | |
| parent | a2d987d58aabe0bf3e15315b2541ee6dfb309608 (diff) | |
add show
Diffstat (limited to 'src/Blessings/Text.hs')
| -rw-r--r-- | src/Blessings/Text.hs | 3 |
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 |
