ghc-mod/Lang.hs

8 lines
147 B
Haskell

module Lang where
import DynFlags
import Types
listLanguages :: Options -> IO String
listLanguages opt = return $ convert opt supportedLanguages