diff options
Diffstat (limited to 'compiler/ghci/ObjLink.lhs')
-rw-r--r-- | compiler/ghci/ObjLink.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/ObjLink.lhs b/compiler/ghci/ObjLink.lhs index 1dbf0cfa73..7981c8208c 100644 --- a/compiler/ghci/ObjLink.lhs +++ b/compiler/ghci/ObjLink.lhs @@ -28,7 +28,7 @@ import Config ( cLeadingUnderscore ) import Control.Monad ( when ) import Foreign.C import Foreign ( nullPtr ) -import GHC.Exts ( Ptr(..), unsafeCoerce# ) +import GHC.Exts ( Ptr(..) ) |