diff options
Diffstat (limited to 'compiler/GHC/Core/Seq.hs')
-rw-r--r-- | compiler/GHC/Core/Seq.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/GHC/Core/Seq.hs b/compiler/GHC/Core/Seq.hs index 2f72fc4c9f..3c4fd7cbf2 100644 --- a/compiler/GHC/Core/Seq.hs +++ b/compiler/GHC/Core/Seq.hs @@ -13,6 +13,8 @@ module GHC.Core.Seq ( import GHC.Prelude import GHC.Core +import GHC.Core.Rules +import GHC.Core.Unfoldings import GHC.Types.Id.Info import GHC.Types.Demand( seqDemand, seqDmdSig ) import GHC.Types.Cpr( seqCprSig ) |