aboutsummaryrefslogtreecommitdiffstats
path: root/src/Reaktor/IRC.hs
diff options
context:
space:
mode:
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