bootInfo as API.

This commit is contained in:
Kazu Yamamoto
2014-04-30 10:49:25 +09:00
parent bb8df8cbdf
commit 186485577d
6 changed files with 18 additions and 14 deletions

View File

@@ -3,6 +3,7 @@ module Language.Haskell.GhcMod.Ghc (
withGHC
, withGHC'
-- * 'Ghc' utilities
, boot
, browse
, check
, info
@@ -15,6 +16,7 @@ module Language.Haskell.GhcMod.Ghc (
, lookupSym
) where
import Language.Haskell.GhcMod.Boot
import Language.Haskell.GhcMod.Browse
import Language.Haskell.GhcMod.Check
import Language.Haskell.GhcMod.Find