Remove the only import of GHC.Exts
authorIan Lynagh <igloo@earth.li>
Sun, 3 Aug 2008 14:19:44 +0000 (14:19 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 3 Aug 2008 14:19:44 +0000 (14:19 +0000)
GHC/PArr.hs

index 9148301..726c687 100644 (file)
@@ -149,7 +149,7 @@ module GHC.PArr (
 import Prelude
 
 import GHC.ST   ( ST(..), runST )
-import GHC.Exts ( Int#, Array#, Int(I#), MutableArray#, newArray#,
+import GHC.Base ( Int#, Array#, Int(I#), MutableArray#, newArray#,
                   unsafeFreezeArray#, indexArray#, writeArray#, (<#), (>=#) )
 
 infixl 9  !: