aboutsummaryrefslogtreecommitdiffstats
path: root/src/Reaktor/Parser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reaktor/Parser.hs')
-rw-r--r--src/Reaktor/Parser.hs2
1 files changed, 1 insertions, 1 deletions
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