Rename List.hs -> Modules.hs

This commit is contained in:
Daniel Gröber
2014-08-28 11:41:03 +02:00
parent 7277d4d6c3
commit a7f00931c5
4 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ import Language.Haskell.GhcMod.Flag
import Language.Haskell.GhcMod.Info
import Language.Haskell.GhcMod.Lang
import Language.Haskell.GhcMod.Lint
import Language.Haskell.GhcMod.List
import Language.Haskell.GhcMod.Monad
import Language.Haskell.GhcMod.Modules
import Language.Haskell.GhcMod.PkgDoc
import Language.Haskell.GhcMod.Types