This commit is contained in:
Kazu Yamamoto 2014-04-26 20:24:47 +09:00
parent c45415a367
commit 6b63cb7098
2 changed files with 3 additions and 6 deletions

View File

@ -42,8 +42,7 @@ check opt fileNames = ghandle (handleErrMsg opt) $
---------------------------------------------------------------- ----------------------------------------------------------------
-- | Expanding syntax of a target file using GHC. -- | Expanding Haskell Template.
-- Warnings and errors are returned.
expandTemplate :: Options expandTemplate :: Options
-> Cradle -> Cradle
-> [FilePath] -- ^ The target files. -> [FilePath] -- ^ The target files.
@ -60,8 +59,7 @@ expandTemplate opt cradle files = withGHC sessionName $ do
---------------------------------------------------------------- ----------------------------------------------------------------
-- | Expanding syntax of a target file using GHC. -- | Expanding Haskell Template.
-- Warnings and errors are returned.
expand :: Options expand :: Options
-> [FilePath] -- ^ The target files. -> [FilePath] -- ^ The target files.
-> Ghc String -> Ghc String

View File

@ -2,8 +2,7 @@
module Language.Haskell.GhcMod.Internal ( module Language.Haskell.GhcMod.Internal (
-- * Types -- * Types
LogReader GHCOption
, GHCOption
, Package , Package
, PackageBaseName , PackageBaseName
, PackageVersion , PackageVersion