Skip to content
Snippets Groups Projects
Commit edca18ac authored by Sylvain Henry's avatar Sylvain Henry
Browse files

Core modules

parent 181c3802
No related branches found
No related tags found
No related merge requests found
...@@ -298,3 +298,19 @@ library ...@@ -298,3 +298,19 @@ library
, GHC.CmmToAsm.X86.Ppr as X86.Ppr , GHC.CmmToAsm.X86.Ppr as X86.Ppr
, GHC.CmmToAsm.X86.RegInfo as X86.RegInfo , GHC.CmmToAsm.X86.RegInfo as X86.RegInfo
, GHC.CmmToAsm.X86.Regs as X86.Regs , GHC.CmmToAsm.X86.Regs as X86.Regs
, GHC.Core.Arity as CoreArity
, GHC.Core.FVs as CoreFVs
, GHC.Core.Map as CoreMap
, GHC.Core.SimpleOpt as CoreOpt
, GHC.Core.Seq as CoreSeq
, GHC.Core.Stats as CoreStats
, GHC.Core.Subst as CoreSubst
, GHC.Core as CoreSyn
, GHC.Core.Unfold as CoreUnfold
, GHC.Core.Utils as CoreUtils
, GHC.Core.Make as MkCore
, GHC.Core.Ppr as PprCore
, GHC.Core.Ppr.TyThing as PprTyThing
, GHC.Core.Rules as Rules
, GHC.Core.Lint as CoreLint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment