find functions went to lib.

This commit is contained in:
Kazu Yamamoto
2014-04-24 17:02:50 +09:00
parent 3059a295dc
commit 390c509144
5 changed files with 66 additions and 40 deletions

View File

@@ -26,18 +26,14 @@ module Language.Haskell.GhcMod.Internal (
, setTargetFiles
, addTargetFiles
, handleErrMsg
, browseAll
-- * 'Ghc' Choice
, (||>)
, goNext
, runAnyOne
-- * 'GhcMonad' Choice
, (|||>)
-- * Misc
, convert
) where
import Language.Haskell.GhcMod.Browse
import Language.Haskell.GhcMod.CabalApi
import Language.Haskell.GhcMod.ErrMsg
import Language.Haskell.GhcMod.GHCApi