2017-05-28 02:22:56 +00:00
|
|
|
module GhcMod.Exe.Lang where
|
2013-05-17 01:00:01 +00:00
|
|
|
|
2014-04-28 05:13:25 +00:00
|
|
|
import DynFlags (supportedLanguagesAndExtensions)
|
2017-05-28 02:22:56 +00:00
|
|
|
import GhcMod.Convert
|
|
|
|
import GhcMod.Monad
|
2013-05-17 01:00:01 +00:00
|
|
|
|
2013-05-20 05:28:56 +00:00
|
|
|
-- | Listing language extensions.
|
|
|
|
|
2014-07-12 09:16:16 +00:00
|
|
|
languages :: IOish m => GhcModT m String
|
2014-07-11 01:10:37 +00:00
|
|
|
languages = convert' supportedLanguagesAndExtensions
|