doc.
This commit is contained in:
parent
c45415a367
commit
6b63cb7098
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user