Internal exports extra Monad stuff.

This commit is contained in:
Kazu Yamamoto
2014-07-18 15:42:05 +09:00
parent 30ddd655cd
commit 0080f9b68c
3 changed files with 26 additions and 4 deletions

View File

@@ -28,8 +28,6 @@ module Language.Haskell.GhcMod (
, checkSyntax
, debugInfo
, expandTemplate
, findSymbol
, dumpSymbol
, info
, lint
, pkgDoc
@@ -40,9 +38,11 @@ module Language.Haskell.GhcMod (
, modules
, languages
, flags
, findSymbol
, lookupSymbol
, dumpSymbol
-- * SymbolDb
, loadSymbolDb
, lookupSymbol
) where
import Language.Haskell.GhcMod.Boot