diff options
Diffstat (limited to 'compiler/utils/FastMutInt.lhs')
-rw-r--r-- | compiler/utils/FastMutInt.lhs | 5 |
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__ */ |