More fixes for GHC 7.4

This commit is contained in:
Daniil Frumin 2013-07-02 13:29:08 +04:00
parent 9d3b449e55
commit dd03fc4c2c
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ import DynFlags
import ErrUtils
import FastString
import Language.Haskell.GhcMod.GHCChoice
import Language.Haskell.GhcMod.Types
import Language.Haskell.GhcMod.Types hiding (convert)
import Outputable
import StringBuffer
import TcType
@ -66,7 +66,7 @@ import Pretty
#if __GLASGOW_HASKELL__ < 706
import Control.Arrow
import Control.Arrow hiding ((<+>))
import Data.Convertible
#endif