More fixes for GHC 7.4
This commit is contained in:
parent
9d3b449e55
commit
dd03fc4c2c
@ -36,7 +36,7 @@ import DynFlags
|
|||||||
import ErrUtils
|
import ErrUtils
|
||||||
import FastString
|
import FastString
|
||||||
import Language.Haskell.GhcMod.GHCChoice
|
import Language.Haskell.GhcMod.GHCChoice
|
||||||
import Language.Haskell.GhcMod.Types
|
import Language.Haskell.GhcMod.Types hiding (convert)
|
||||||
import Outputable
|
import Outputable
|
||||||
import StringBuffer
|
import StringBuffer
|
||||||
import TcType
|
import TcType
|
||||||
@ -66,7 +66,7 @@ import Pretty
|
|||||||
|
|
||||||
|
|
||||||
#if __GLASGOW_HASKELL__ < 706
|
#if __GLASGOW_HASKELL__ < 706
|
||||||
import Control.Arrow
|
import Control.Arrow hiding ((<+>))
|
||||||
import Data.Convertible
|
import Data.Convertible
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user