35690941aa
- Remove Language.Haskell prefix from all modules - Move 'GHCMod.*' to 'GhcMod.Exe' - Move 'GhcModExe' to 'GhcMod.Exe'
11 lines
252 B
Haskell
11 lines
252 B
Haskell
module GhcMod.Exe.Lang where
|
|
|
|
import DynFlags (supportedLanguagesAndExtensions)
|
|
import GhcMod.Convert
|
|
import GhcMod.Monad
|
|
|
|
-- | Listing language extensions.
|
|
|
|
languages :: IOish m => GhcModT m String
|
|
languages = convert' supportedLanguagesAndExtensions
|