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

@@ -13,6 +13,7 @@ module Language.Haskell.GhcMod (
, ModuleString
, Expression
-- * 'IO' utilities
, bootInfo
, browseModule
, checkSyntax
, lintSyntax
@@ -28,6 +29,7 @@ module Language.Haskell.GhcMod (
, findSymbol
) where
import Language.Haskell.GhcMod.Boot
import Language.Haskell.GhcMod.Browse
import Language.Haskell.GhcMod.Check
import Language.Haskell.GhcMod.Cradle