GHC 7.6.1 compatibility

- switch from ClockTime to UTCTime in Info.pprInfo
- make ghc-mod loggers always take a first argument of type DynFlags
- consolidate GHC API shims in Gap.hs--this depends on tracingDynFlags,
which is unfortunate
This commit is contained in:
ihameed
2012-10-16 03:27:35 -07:00
parent 594590f539
commit 8e335fbc3b
5 changed files with 98 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ import ErrMsg
import Exception
import GHC
import GHCApi
import Prelude hiding (catch)
import Prelude
import Types
----------------------------------------------------------------