ghc-modi's "find" now catches up if packageDb is updated.

This commit is contained in:
Kazu Yamamoto
2014-09-20 12:25:46 +09:00
parent e66aefebee
commit e8988c2f02
3 changed files with 72 additions and 33 deletions

View File

@@ -46,6 +46,7 @@ module Language.Haskell.GhcMod (
, dumpSymbol
-- * SymbolDb
, loadSymbolDb
, isOutdated
) where
import Language.Haskell.GhcMod.Boot