aboutsummaryrefslogtreecommitdiffstats
path: root/src/Reaktor/IRC.hs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2025-10-23 15:16:50 +0200
committertv <tv@krebsco.de>2025-10-23 15:16:50 +0200
commit30309581b7ae02b466b466af43009b6b1edb9b39 (patch)
tree11c3dc7b026594b917c1c7cd68d09b1f0ee936ad /src/Reaktor/IRC.hs
parent53a11f421fb18e8687fa06e5511cea8bd9defc36 (diff)
Data.Text.Extended: dropHEAD0.4.3master
Since text>=2.1.2, Data.Text exports a show function.
Diffstat (limited to 'src/Reaktor/IRC.hs')
-rw-r--r--src/Reaktor/IRC.hs2
1 files changed, 1 insertions, 1 deletions
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