From 2844abb416975d589ab598162e70eff0df49751f Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 20 Jul 2012 16:54:01 +0100 Subject: GHC 7.4 is now required for building HEAD --- compiler/nativeGen/PprBase.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler/nativeGen') diff --git a/compiler/nativeGen/PprBase.hs b/compiler/nativeGen/PprBase.hs index 34a954b0fc..a9095c0e8b 100644 --- a/compiler/nativeGen/PprBase.hs +++ b/compiler/nativeGen/PprBase.hs @@ -22,13 +22,8 @@ module PprBase ( where --- castSTUArray has moved to Data.Array.Unsafe -#if __GLASGOW_HASKELL__ >= 703 import Data.Array.Unsafe( castSTUArray ) import Data.Array.ST hiding( castSTUArray ) -#else -import Data.Array.ST -#endif import Control.Monad.ST -- cgit v1.2.1