diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -212,6 +212,6 @@
       putStrLn $ unlines $ map failedMsg failed
 
     combined <- combineDBs idxs
-    --mapM_ removeDB idxs
+    mapM_ removeDB idxs
     res <- runEitherT $ installDB compiler pkgIdx combined
     either print (const $ return ()) res
diff --git a/hoogle-index.cabal b/hoogle-index.cabal
--- a/hoogle-index.cabal
+++ b/hoogle-index.cabal
@@ -1,5 +1,5 @@
 name:                hoogle-index
-version:             0.2
+version:             0.2.1
 synopsis:            Easily generate Hoogle indices for installed packages
 description:         Easily generate Hoogle indices for installed packages
 homepage:            http://github.com/bgamari/hoogle-index
