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/Text.hs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/Blessings/Text.hs (limited to 'src/Blessings/Text.hs') diff --git a/src/Blessings/Text.hs b/src/Blessings/Text.hs deleted file mode 100644 index 04572dd..0000000 --- a/src/Blessings/Text.hs +++ /dev/null @@ -1,21 +0,0 @@ -{-# OPTIONS_GHC -fno-warn-orphans #-} - -module Blessings.Text - ( module Blessings - ) where - -import Blessings -import Blessings.Internal -import Data.Text (Text) -import qualified Data.Text as T - - -instance Blessable Text where - length = T.length - drop = T.drop - take = T.take - splitAt = T.splitAt - break = T.break - intercalate = T.intercalate - fromWord8 = T.pack . Prelude.show - show = T.pack . Prelude.show -- cgit v1.2.3