Fix build on case-insensitive filesystems (#873)
This commit is contained in:
28
GhcMod.hs
28
GhcMod.hs
@@ -69,20 +69,20 @@ module GhcMod (
|
||||
, unloadMappedFile
|
||||
) where
|
||||
|
||||
import GhcMod.Boot
|
||||
import GhcMod.Browse
|
||||
import GhcMod.CaseSplit
|
||||
import GhcMod.Check
|
||||
import GhcMod.Debug
|
||||
import GhcMod.FillSig
|
||||
import GhcMod.Find
|
||||
import GhcMod.Flag
|
||||
import GhcMod.Info
|
||||
import GhcMod.Lang
|
||||
import GhcMod.Lint
|
||||
import GhcMod.Modules
|
||||
import GhcMod.PkgDoc
|
||||
import GhcMod.Test
|
||||
import GhcModExe.Boot
|
||||
import GhcModExe.Browse
|
||||
import GhcModExe.CaseSplit
|
||||
import GhcModExe.Check
|
||||
import GhcModExe.Debug
|
||||
import GhcModExe.FillSig
|
||||
import GhcModExe.Find
|
||||
import GhcModExe.Flag
|
||||
import GhcModExe.Info
|
||||
import GhcModExe.Lang
|
||||
import GhcModExe.Lint
|
||||
import GhcModExe.Modules
|
||||
import GhcModExe.PkgDoc
|
||||
import GhcModExe.Test
|
||||
import Language.Haskell.GhcMod.Cradle
|
||||
import Language.Haskell.GhcMod.FileMapping
|
||||
import Language.Haskell.GhcMod.Logging
|
||||
|
||||
Reference in New Issue
Block a user