From 30309581b7ae02b466b466af43009b6b1edb9b39 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 23 Oct 2025 15:16:50 +0200 Subject: Data.Text.Extended: drop Since text>=2.1.2, Data.Text exports a show function. --- src/Reaktor/IRC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Reaktor/IRC.hs') diff --git a/src/Reaktor/IRC.hs b/src/Reaktor/IRC.hs index 325374d..2000d08 100644 --- a/src/Reaktor/IRC.hs +++ b/src/Reaktor/IRC.hs @@ -12,7 +12,7 @@ import Data.Aeson.Types (typeMismatch) import qualified Data.HashMap.Lazy as M import Data.Hashable (Hashable) import Data.String.Conversions -import qualified Data.Text.Extended as T +import qualified Data.Text as T import qualified Data.Text.Read as T import GHC.Generics (Generic) import Prelude.Extended -- cgit v1.2.3