ghc-mod/Lang.hs
2010-04-30 18:36:31 +09:00

8 lines
147 B
Haskell

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