The bootstrapping compiler is now required to be > 609
[ghc-hetmet.git] / compiler / specialise / SpecConstr.lhs
index ad522e9..3a7e221 100644 (file)
@@ -50,11 +50,7 @@ import UniqFM
 import MonadUtils
 import Control.Monad   ( zipWithM )
 import Data.List
-#if __GLASGOW_HASKELL__ > 609
 import Data.Data        ( Data, Typeable )
-#else
-import Data.Generics    ( Data, Typeable )
-#endif
 \end{code}
 
 -----------------------------------------------------