summaryrefslogtreecommitdiff
path: root/Presence/ByteStringOperators.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Presence/ByteStringOperators.hs')
-rw-r--r--Presence/ByteStringOperators.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Presence/ByteStringOperators.hs b/Presence/ByteStringOperators.hs
index 8ecb214b..26b64bcf 100644
--- a/Presence/ByteStringOperators.hs
+++ b/Presence/ByteStringOperators.hs
@@ -16,3 +16,5 @@ infixr 5 <.++>
16infixr 5 <++> 16infixr 5 <++>
17infixr 5 <++.> 17infixr 5 <++.>
18 18
19bshow :: Show a => a -> ByteString
20bshow = L.pack . show