Merge remote-tracking branch 'kazu/master'
Conflicts: Language/Haskell/GhcMod/Check.hs Language/Haskell/GhcMod/FillSig.hs Language/Haskell/GhcMod/GHCApi.hs
This commit is contained in:
@@ -13,6 +13,14 @@ module Language.Haskell.GhcMod (
|
||||
, ModuleString
|
||||
, Expression
|
||||
, GhcPkgDb
|
||||
, Symbol
|
||||
, SymbolDb
|
||||
-- * Monad Types
|
||||
, GhcModT
|
||||
, IOish
|
||||
-- * Monad utilities
|
||||
, runGhcModT
|
||||
, withOptions
|
||||
-- * 'GhcMod' utilities
|
||||
, boot
|
||||
, browse
|
||||
@@ -20,7 +28,6 @@ module Language.Haskell.GhcMod (
|
||||
, checkSyntax
|
||||
, debugInfo
|
||||
, expandTemplate
|
||||
, findSymbol
|
||||
, info
|
||||
, lint
|
||||
, pkgDoc
|
||||
@@ -32,20 +39,26 @@ module Language.Haskell.GhcMod (
|
||||
, modules
|
||||
, languages
|
||||
, flags
|
||||
, findSymbol
|
||||
, lookupSymbol
|
||||
, dumpSymbol
|
||||
-- * SymbolDb
|
||||
, loadSymbolDb
|
||||
) where
|
||||
|
||||
import Language.Haskell.GhcMod.Boot
|
||||
import Language.Haskell.GhcMod.Browse
|
||||
import Language.Haskell.GhcMod.CaseSplit
|
||||
import Language.Haskell.GhcMod.Check
|
||||
import Language.Haskell.GhcMod.Cradle
|
||||
import Language.Haskell.GhcMod.Debug
|
||||
import Language.Haskell.GhcMod.FillSig
|
||||
import Language.Haskell.GhcMod.Find
|
||||
import Language.Haskell.GhcMod.Flag
|
||||
import Language.Haskell.GhcMod.Info
|
||||
import Language.Haskell.GhcMod.Lang
|
||||
import Language.Haskell.GhcMod.Lint
|
||||
import Language.Haskell.GhcMod.List
|
||||
import Language.Haskell.GhcMod.Monad
|
||||
import Language.Haskell.GhcMod.PkgDoc
|
||||
import Language.Haskell.GhcMod.FillSig
|
||||
import Language.Haskell.GhcMod.CaseSplit
|
||||
import Language.Haskell.GhcMod.Types
|
||||
|
||||
Reference in New Issue
Block a user