diff --git a/hsimport.cabal b/hsimport.cabal
--- a/hsimport.cabal
+++ b/hsimport.cabal
@@ -1,5 +1,5 @@
 Name:          hsimport
-Version:       0.2.6.1
+Version:       0.2.6.2
 License:       BSD3
 License-file:  LICENSE
 Author:        Daniel Trstenjak
diff --git a/tests/Main.hs b/tests/Main.hs
--- a/tests/Main.hs
+++ b/tests/Main.hs
@@ -64,6 +64,7 @@
    , hsImportTest "SymbolTest15" "Control.Applicative" "*>" ""
    , hsImportTest "SymbolTest16" "Control.Monad" "when" "CM"
    , hsImportTest "SymbolTest17" "Control.Monad" "when" "CM"
+   , hsImportTest "SymbolTest18" "Data.Text" "Text" ""
    ]
 
 
