Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghc-api-compat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
ghc-api-compat
Commits
4522aa68
Commit
4522aa68
authored
5 years ago
by
Sylvain Henry
Browse files
Options
Downloads
Patches
Plain Diff
up
parent
25cc5219
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+6
-0
6 additions, 0 deletions
README.rst
ghc-api-compat.cabal
+30
-17
30 additions, 17 deletions
ghc-api-compat.cabal
with
36 additions
and
17 deletions
README.rst
+
6
−
0
View file @
4522aa68
...
@@ -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
This diff is collapsed.
Click to expand it.
ghc-api-compat.cabal
+
30
−
17
View file @
4522aa68
...
@@ -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 Ds
Expr
, GHC.HsToCore.
Foreign.Decl
as Ds
Foreign
--
, GHC.HsToCore.
ForeignCallDecl
as Ds
Foreign
, GHC.HsToCore.
Expr
as Ds
Expr
--
, 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment