Fixing test suite in ghc 7.10

This commit is contained in:
Andrew Gibiansky 2015-04-07 13:55:18 -07:00
parent 16ca7dfb68
commit 37e6f3cba0

View File

@ -2,7 +2,7 @@
-- Keep all the language pragmas here so it can be compiled separately.
module Main where
import Prelude
import GHC
import GHC hiding (Qualified)
import GHC.Paths
import Data.IORef
import Control.Monad