fix ghc < 8

This commit is contained in:
Daniel Gröber 2016-07-16 03:53:57 +02:00
parent 5fefb250de
commit f3cb30520b
1 changed files with 2 additions and 0 deletions

View File

@ -74,7 +74,9 @@ import TcType
import Var (varType)
import System.Directory
import SysTools
#if __GLASGOW_HASKELL__ >= 800
import GHCi (stopIServ)
#endif
import qualified Name
import qualified InstEnv