diff --git a/Cabal.hs b/Cabal.hs index 320b617..d7307a9 100644 --- a/Cabal.hs +++ b/Cabal.hs @@ -18,7 +18,7 @@ import Types ---------------------------------------------------------------- importDirs :: [String] -importDirs = ["..","../..","../../..","../../../..","../../../../.."] +importDirs = [".","..","../..","../../..","../../../..","../../../../.."] initializeGHC :: Options -> FilePath -> [String] -> Bool -> Ghc (FilePath,LogReader) initializeGHC opt fileName ghcOptions logging = do