summaryrefslogtreecommitdiff
path: root/compiler/GHC/Data/FastMutInt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Data/FastMutInt.hs')
-rw-r--r--compiler/GHC/Data/FastMutInt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Data/FastMutInt.hs b/compiler/GHC/Data/FastMutInt.hs
index 3b78966577..aebc1dd028 100644
--- a/compiler/GHC/Data/FastMutInt.hs
+++ b/compiler/GHC/Data/FastMutInt.hs
@@ -13,7 +13,7 @@ module GHC.Data.FastMutInt(
atomicFetchAddFastMut
) where
-import GHC.Prelude
+import GHC.Prelude.Basic
import GHC.Base