diff --git a/hsimport.cabal b/hsimport.cabal
--- a/hsimport.cabal
+++ b/hsimport.cabal
@@ -1,5 +1,5 @@
 Name:          hsimport
-Version:       0.2.1
+Version:       0.2.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
@@ -39,6 +39,7 @@
    , hsImportTest "ModuleTest22" "Control.Monad" "" ""
    , hsImportTest "ModuleTest23" "Control.Monad" "" "CM"
    , hsImportTest "ModuleTest24" "Control.Monad" "" "CM"
+   , hsImportTest "ModuleTest25" "Control.Monad" "" "Control.Monad"
    ]
 
 
@@ -61,6 +62,7 @@
    , hsImportTest "SymbolTest14" "Control.Applicative" "<*" ""
    , hsImportTest "SymbolTest15" "Control.Applicative" "*>" ""
    , hsImportTest "SymbolTest16" "Control.Monad" "when" "CM"
+   , hsImportTest "SymbolTest17" "Control.Monad" "when" "CM"
    ]
 
 
