summaryrefslogtreecommitdiff
path: root/compiler/utils/FastMutInt.lhs
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-06-14 14:04:11 -0700
committerDavid Terei <davidterei@gmail.com>2011-06-17 20:40:34 -0700
commit1d704e17caef8156a3d4c4b764737ede85884eb8 (patch)
treefdc5c2b7023d16b4aa111739c314be37c5de8e45 /compiler/utils/FastMutInt.lhs
parent90bab6b82256b5dc0562e46a091b4dcfce18f804 (diff)
downloadhaskell-1d704e17caef8156a3d4c4b764737ede85884eb8.tar.gz
SafeHaskell: Make base GHC.* modules untrusted
Diffstat (limited to 'compiler/utils/FastMutInt.lhs')
-rw-r--r--compiler/utils/FastMutInt.lhs5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs
index 3a18a13501..26183071f1 100644
--- a/compiler/utils/FastMutInt.lhs
+++ b/compiler/utils/FastMutInt.lhs
@@ -26,12 +26,7 @@ module FastMutInt(
#endif
import GHC.Base
-#if __GLASGOW_HASKELL__ >= 701
-import GHC.Ptr.Safe
-import GHC.Ptr.Unsafe
-#else
import GHC.Ptr
-#endif
#else /* ! __GLASGOW_HASKELL__ */