APIs in Ghc monad now go to GHCMod.Ghc.
This commit is contained in:
19
Language/Haskell/GhcMod/Ghc.hs
Normal file
19
Language/Haskell/GhcMod/Ghc.hs
Normal file
@@ -0,0 +1,19 @@
|
||||
module Language.Haskell.GhcMod.Ghc (
|
||||
-- * Converting the 'Ghc' monad to the 'IO' monad
|
||||
withGHC
|
||||
, withGHCDummyFile
|
||||
-- * 'Ghc' utilities
|
||||
, browse
|
||||
, check
|
||||
, info
|
||||
, typeOf
|
||||
, modules
|
||||
, lint
|
||||
) where
|
||||
|
||||
import Language.Haskell.GhcMod.Browse
|
||||
import Language.Haskell.GhcMod.Check
|
||||
import Language.Haskell.GhcMod.GHCApi
|
||||
import Language.Haskell.GhcMod.Info
|
||||
import Language.Haskell.GhcMod.Lint
|
||||
import Language.Haskell.GhcMod.List
|
||||
Reference in New Issue
Block a user