ghc-mod find (#203).

This commit is contained in:
Kazu Yamamoto
2014-04-24 21:08:45 +09:00
parent e2369e6772
commit 6cca65b11e
3 changed files with 13 additions and 2 deletions

View File

@@ -24,12 +24,14 @@ module Language.Haskell.GhcMod (
, debugInfo
, rootInfo
, packageDoc
, findSymbol
) where
import Language.Haskell.GhcMod.Browse
import Language.Haskell.GhcMod.Check
import Language.Haskell.GhcMod.Cradle
import Language.Haskell.GhcMod.Debug
import Language.Haskell.GhcMod.Find
import Language.Haskell.GhcMod.Flag
import Language.Haskell.GhcMod.Info
import Language.Haskell.GhcMod.Lang