Changing GHCMod as a library.
This commit is contained in:
7
Language/Haskell/GhcMod/Lang.hs
Normal file
7
Language/Haskell/GhcMod/Lang.hs
Normal file
@@ -0,0 +1,7 @@
|
||||
module Language.Haskell.GhcMod.Lang where
|
||||
|
||||
import qualified Language.Haskell.GhcMod.Gap as Gap
|
||||
import Language.Haskell.GhcMod.Types
|
||||
|
||||
listLanguages :: Options -> IO String
|
||||
listLanguages opt = return $ convert opt Gap.supportedExtensions
|
||||
Reference in New Issue
Block a user