Fix build on case-insensitive filesystems (#873)
This commit is contained in:
10
GhcModExe/Lang.hs
Normal file
10
GhcModExe/Lang.hs
Normal file
@@ -0,0 +1,10 @@
|
||||
module GhcModExe.Lang where
|
||||
|
||||
import DynFlags (supportedLanguagesAndExtensions)
|
||||
import Language.Haskell.GhcMod.Convert
|
||||
import Language.Haskell.GhcMod.Monad
|
||||
|
||||
-- | Listing language extensions.
|
||||
|
||||
languages :: IOish m => GhcModT m String
|
||||
languages = convert' supportedLanguagesAndExtensions
|
||||
Reference in New Issue
Block a user