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

View File

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