diff options
| author | David Terei <davidterei@gmail.com> | 2011-05-21 15:36:22 -0700 |
|---|---|---|
| committer | David Terei <davidterei@gmail.com> | 2011-06-17 20:40:04 -0700 |
| commit | afcbc8add0652b4fba8057b1bb0ff450c9688f76 (patch) | |
| tree | d589bced7eec63077cd70d80770a39699a9ead4d /compiler/ghci | |
| parent | c84ddf85ed52609d5468101d38958503b092c269 (diff) | |
| download | haskell-afcbc8add0652b4fba8057b1bb0ff450c9688f76.tar.gz | |
SafeHaskell: More fixing to work with safe base
Diffstat (limited to 'compiler/ghci')
| -rw-r--r-- | compiler/ghci/ByteCodeItbls.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeItbls.lhs b/compiler/ghci/ByteCodeItbls.lhs index 696ed0f564..4ff9e0a2b7 100644 --- a/compiler/ghci/ByteCodeItbls.lhs +++ b/compiler/ghci/ByteCodeItbls.lhs @@ -36,7 +36,7 @@ import Foreign.C.String import Data.Bits ( Bits(..), shiftR ) import GHC.Exts ( Int(I#), addr2Int# ) -import GHC.Ptr ( Ptr(..) ) +import GHC.Ptr.Unsafe ( Ptr(..) ) import Debug.Trace import Text.Printf |
