summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/FieldLabel.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/FieldLabel.hs')
-rw-r--r--compiler/GHC/Types/FieldLabel.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/compiler/GHC/Types/FieldLabel.hs b/compiler/GHC/Types/FieldLabel.hs
index e73877b292..a392af845e 100644
--- a/compiler/GHC/Types/FieldLabel.hs
+++ b/compiler/GHC/Types/FieldLabel.hs
@@ -71,15 +71,15 @@ module GHC.Types.FieldLabel
)
where
-import GhcPrelude
+import GHC.Prelude
import GHC.Types.Name.Occurrence
import GHC.Types.Name
-import FastString
-import FastStringEnv
-import Outputable
-import Binary
+import GHC.Data.FastString
+import GHC.Data.FastString.Env
+import GHC.Utils.Outputable
+import GHC.Utils.Binary
import Data.Data