--- uniplate-1.6.10/Data/Generics/Uniplate/Internal/Utils.hs~ 2012-12-14 17:49:41.000000000 +0900 +++ uniplate-1.6.10/Data/Generics/Uniplate/Internal/Utils.hs 2013-11-07 13:30:05.676841492 +0900 @@ -22,12 +22,6 @@ import GHC.IO(IO(IO)) #endif #endif -#if __GLASGOW_HASKELL__ >= 701 -import GHC.Exts(SpecConstrAnnotation(..)) -{-# ANN type SPEC ForceSpecConstr #-} -#endif - - {-# INLINE builder #-} -- | GHCs @foldr@\/@build@ system, but on all platforms #ifdef __GLASGOW_HASKELL__