diff options
Diffstat (limited to 'compiler/ghci/ByteCodeLink.lhs')
-rw-r--r-- | compiler/ghci/ByteCodeLink.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeLink.lhs b/compiler/ghci/ByteCodeLink.lhs index 7fdc2744f4..d4ddcc4ba2 100644 --- a/compiler/ghci/ByteCodeLink.lhs +++ b/compiler/ghci/ByteCodeLink.lhs @@ -44,7 +44,7 @@ import Data.Array.Base import Control.Monad ( zipWithM ) import Control.Monad.ST ( stToIO ) -import GHC.Arr.Unsafe ( Array(..), STArray(..) ) +import GHC.Arr ( Array(..), STArray(..) ) import GHC.Base ( writeArray#, RealWorld, Int(..), Word# ) import GHC.IOBase ( IO(..) ) import GHC.Exts |