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/Parser.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Reaktor/Parser.hs') diff --git a/src/Reaktor/Parser.hs b/src/Reaktor/Parser.hs index 6fbcce9..137e102 100644 --- a/src/Reaktor/Parser.hs +++ b/src/Reaktor/Parser.hs @@ -5,7 +5,7 @@ import Control.Applicative import Data.Attoparsec.Text import qualified Data.Char import Data.String.Conversions (convertString) -import qualified Data.Text.Extended as T +import qualified Data.Text as T import Prelude.Extended import Reaktor.IRC import Reaktor.Internal -- cgit v1.2.3