From ae9f49e0a6e7d5a0c906d8e4fd153ad553cdecf1 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 7 Mar 2026 23:28:58 +0100 Subject: use mono-traversable --- src/Blessings/ByteString/Lazy.hs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/Blessings/ByteString/Lazy.hs (limited to 'src/Blessings/ByteString') diff --git a/src/Blessings/ByteString/Lazy.hs b/src/Blessings/ByteString/Lazy.hs deleted file mode 100644 index 23394b5..0000000 --- a/src/Blessings/ByteString/Lazy.hs +++ /dev/null @@ -1,20 +0,0 @@ -{-# OPTIONS_GHC -fno-warn-orphans #-} - -module Blessings.ByteString.Lazy - ( module Blessings - ) where - -import Blessings -import Blessings.Internal -import qualified Data.ByteString.Lazy.Char8 as L - - -instance Blessable L.ByteString where - length = fromIntegral . L.length - drop = L.drop . fromIntegral - take = L.take . fromIntegral - splitAt = L.splitAt . fromIntegral - break = L.break - intercalate = L.intercalate - fromWord8 = L.pack . Prelude.show - show = L.pack . Prelude.show -- cgit v1.2.3