summaryrefslogtreecommitdiffstats
path: root/src/Blessings/ByteString/Lazy.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blessings/ByteString/Lazy.hs')
-rw-r--r--src/Blessings/ByteString/Lazy.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blessings/ByteString/Lazy.hs b/src/Blessings/ByteString/Lazy.hs
index c0f521c..79361b7 100644
--- a/src/Blessings/ByteString/Lazy.hs
+++ b/src/Blessings/ByteString/Lazy.hs
@@ -14,5 +14,6 @@ instance Blessable L.ByteString where
drop = L.drop . fromIntegral
take = L.take . fromIntegral
splitAt = L.splitAt . fromIntegral
+ break = L.break
intercalate = L.intercalate
fromWord8 = L.pack . show