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

up

parent 25cc5219
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,9 @@ We are in the process of `renaming GHC modules <https://gitlab.haskell.org/ghc/g ...@@ -5,3 +5,9 @@ We are in the process of `renaming GHC modules <https://gitlab.haskell.org/ghc/g
This package aims to make the transition easier by mapping old module names to This package aims to make the transition easier by mapping old module names to
newer module names. newer module names.
Build with:
.. code::
cabal new-build --with-compiler /path/to/ghc/HEAD/_build/stage1/bin/ghc
...@@ -123,23 +123,23 @@ library ...@@ -123,23 +123,23 @@ library
, GHC.HsToCore.PmCheck.Ppr as PmPpr , GHC.HsToCore.PmCheck.Ppr as PmPpr
, GHC.HsToCore.PmCheck.Types as PmTypes , GHC.HsToCore.PmCheck.Types as PmTypes
-- , GHC.HsToCore as Desugar , GHC.HsToCore as Desugar
-- , GHC.HsToCore.Coverage as Coverage , GHC.HsToCore.Coverage as Coverage
-- , GHC.HsToCore.Arrows as DsArrows , GHC.HsToCore.Arrows as DsArrows
-- , GHC.HsToCore.Binds as DsBinds , GHC.HsToCore.Binds as DsBinds
-- , GHC.HsToCore.ForeignCall as DsCCall , GHC.HsToCore.Foreign.Call as DsCCall
-- , GHC.HsToCore.Expr as DsExpr , GHC.HsToCore.Foreign.Decl as DsForeign
-- , GHC.HsToCore.ForeignCallDecl as DsForeign , GHC.HsToCore.Expr as DsExpr
-- , GHC.HsToCore.GuardedRHSs as DsGRHSs , GHC.HsToCore.GuardedRHSs as DsGRHSs
-- , GHC.HsToCore.ListComp as DsListComp , GHC.HsToCore.ListComp as DsListComp
-- , GHC.HsToCore.Splice as DsMeta , GHC.HsToCore.Quote as DsMeta
-- , GHC.HsToCore.Monad as DsMonad , GHC.HsToCore.Monad as DsMonad
-- , GHC.HsToCore.Usage as DsUsage , GHC.HsToCore.Usage as DsUsage
-- , GHC.HsToCore.Utils as DsUtils , GHC.HsToCore.Utils as DsUtils
-- , GHC.HsToCore.Docs as ExtractDocs , GHC.HsToCore.Docs as ExtractDocs
-- , GHC.HsToCore.Match as Match , GHC.HsToCore.Match as Match
-- , GHC.HsToCore.Match.Constructor as MatchCon , GHC.HsToCore.Match.Constructor as MatchCon
-- , GHC.HsToCore.Match.Literal as MatchLit , GHC.HsToCore.Match.Literal as MatchLit
, GHC.Stg.Pipeline as SimplStg , GHC.Stg.Pipeline as SimplStg
, GHC.Stg.CSE as StgCse , GHC.Stg.CSE as StgCse
...@@ -194,3 +194,16 @@ library ...@@ -194,3 +194,16 @@ library
, GHC.ByteCode.Types as ByteCodeTypes , GHC.ByteCode.Types as ByteCodeTypes
, GHC.CoreToByteCode as ByteCodeGen , GHC.CoreToByteCode as ByteCodeGen
, GHC.Llvm.MetaData as Llvm.MetaData
, GHC.Llvm.Ppr as Llvm.PpLlvm
, GHC.Llvm.Types as Llvm.Types
, GHC.Llvm.Syntax as Llvm.AbsSyn
, GHC.Llvm as Llvm
, GHC.CmmToLlvm as LlvmCodeGen
, GHC.CmmToLlvm.Mangler as LlvmMangler
, GHC.CmmToLlvm.Base as LlvmCodeGen.Base
, GHC.CmmToLlvm.CodeGen as LlvmCodeGen.CodeGen
, GHC.CmmToLlvm.Data as LlvmCodeGen.Data
, GHC.CmmToLlvm.Ppr as LlvmCodeGen.Ppr
, GHC.CmmToLlvm.Regs as LlvmCodeGen.Regs
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