summaryrefslogtreecommitdiff
path: root/Presence/ByteStringOperators.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2013-06-17 16:59:40 -0400
committerjoe <joe@jerkface.net>2013-06-17 16:59:40 -0400
commit6f87525d0b6c6ce3ae397b84bc237de92c805b33 (patch)
tree4277a86566afa2480ee6b5dd4ac8092edd5b2571 /Presence/ByteStringOperators.hs
parent7adaccbf993c602f09b2b9e7dea0360ac0dce93e (diff)
Switched to default putStrLn
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