hoogle-index 0.2 → 0.2.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Main.hs +1/−1
- hoogle-index.cabal +1/−1
Main.hs view
@@ -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
hoogle-index.cabal view
@@ -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