deleting GhcMod.Ghc.

This commit is contained in:
Kazu Yamamoto
2014-07-17 14:04:28 +09:00
parent 409bc99f10
commit 74e84e89ac
6 changed files with 21 additions and 20 deletions

View File

@@ -13,6 +13,8 @@ module Language.Haskell.GhcMod (
, ModuleString
, Expression
, GhcPkgDb
, Symbol
, SymbolDb
-- * 'GhcMod' utilities
, boot
, browse
@@ -21,6 +23,7 @@ module Language.Haskell.GhcMod (
, debugInfo
, expandTemplate
, findSymbol
, dumpSymbol
, info
, lint
, pkgDoc
@@ -31,6 +34,9 @@ module Language.Haskell.GhcMod (
, modules
, languages
, flags
-- * SymbolDb
, loadSymbolDb
, lookupSymbol
) where
import Language.Haskell.GhcMod.Boot