summaryrefslogtreecommitdiff
path: root/compiler/GHC/Plugins.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Plugins.hs')
-rw-r--r--compiler/GHC/Plugins.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/GHC/Plugins.hs b/compiler/GHC/Plugins.hs
index 93220b5eef..6456c9231c 100644
--- a/compiler/GHC/Plugins.hs
+++ b/compiler/GHC/Plugins.hs
@@ -17,6 +17,8 @@ module GHC.Plugins
, module GHC.Types.Id.Info
, module GHC.Types.PkgQual
, module GHC.Core.Opt.Monad
+ , module GHC.Core.Opt.Pipeline.Types
+ , module GHC.Core.Opt.Stats
, module GHC.Core
, module GHC.Types.Literal
, module GHC.Core.DataCon
@@ -83,6 +85,8 @@ import GHC.Types.Id.Info
-- Core
import GHC.Core.Opt.Monad
+import GHC.Core.Opt.Pipeline.Types
+import GHC.Core.Opt.Stats
import GHC.Core
import GHC.Types.Literal
import GHC.Core.DataCon