summaryrefslogtreecommitdiff
path: root/libraries/base/Unsafe
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-15 20:51:56 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-15 20:51:56 +0000
commit25d1eafeb41f046630f978da3655ae578c9c83b1 (patch)
tree6cb8dc7b9d0b1dfddbdec07b0f3e652b41947aa8 /libraries/base/Unsafe
parentab1d58b71736b629d28e3ce48310414880dabca3 (diff)
downloadhaskell-25d1eafeb41f046630f978da3655ae578c9c83b1.tar.gz
Remove nhc98-specific files and content
Diffstat (limited to 'libraries/base/Unsafe')
-rw-r--r--libraries/base/Unsafe/Coerce.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/base/Unsafe/Coerce.hs b/libraries/base/Unsafe/Coerce.hs
index 6a68fb135b..66f64c8a32 100644
--- a/libraries/base/Unsafe/Coerce.hs
+++ b/libraries/base/Unsafe/Coerce.hs
@@ -63,10 +63,6 @@ unsafeCoerce x = local_id (unsafeCoerce# x)
-- give usafeCoerce the same (dangerous) type as unsafeCoerce#
#endif
-#if defined(__NHC__)
-import NonStdUnsafeCoerce (unsafeCoerce)
-#endif
-
#if defined(__HUGS__)
import Hugs.IOExts (unsafeCoerce)
#endif