From: Ian Lynagh Date: Sun, 3 Aug 2008 14:19:44 +0000 (+0000) Subject: Remove the only import of GHC.Exts X-Git-Tag: 6_10_branch_has_been_forked~97 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=75d6b59731894024ffe6b90893a0976921b97f0b;p=ghc-base.git Remove the only import of GHC.Exts --- diff --git a/GHC/PArr.hs b/GHC/PArr.hs index 9148301..726c687 100644 --- a/GHC/PArr.hs +++ b/GHC/PArr.hs @@ -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 !: