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
e6b5dd66
Commit
e6b5dd66
authored
5 years ago
by
Sylvain Henry
Browse files
Options
Downloads
Patches
Plain Diff
Fix renaming
parent
e6870187
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog.md
+0
-5
0 additions, 5 deletions
ChangeLog.md
Setup.hs
+0
-2
0 additions, 2 deletions
Setup.hs
ghc-api-compat.cabal
+21
-22
21 additions, 22 deletions
ghc-api-compat.cabal
with
21 additions
and
29 deletions
ChangeLog.md
deleted
100644 → 0
+
0
−
5
View file @
e6870187
# Revision history for ghc-api-compat
## 8.2 -- 2017-06-16
*
Compatibility with GHC 8.3 module renaming
This diff is collapsed.
Click to expand it.
Setup.hs
deleted
100644 → 0
+
0
−
2
View file @
e6870187
import
Distribution.Simple
main
=
defaultMain
This diff is collapsed.
Click to expand it.
ghc-api-compat.cabal
+
21
−
22
View file @
e6b5dd66
...
...
@@ -9,19 +9,18 @@ maintainer: sylvain@haskus.fr
-- copyright:
category: Development
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.22
library
build-depends:
ghc >= 8.1
0
ghc >= 8.1
1
hs-source-dirs: src
default-language: Haskell2010
reexported-modules:
GHC.Hs.Annotation as ApiAnnotation
,
GHC.Hs.Binds as HsBinds
--
GHC.Hs.Annotation as ApiAnnotation
GHC.Hs.Binds as HsBinds
, GHC.Hs.Decls as HsDecls
, GHC.Hs.Doc as HsDoc
, GHC.Hs.Dump as HsDumpAst
...
...
@@ -35,7 +34,7 @@ library
, GHC.Hs.PlaceHolder as PlaceHolder
, GHC.Hs.Types as HsTypes
, GHC.Hs.Utils as HsUtils
, GHC.Hs.Stats as HscStats
--
, GHC.Hs.Stats as HscStats
, GHC.Platform.ARM64 as CodeGen.Platform.ARM64
, GHC.Platform.ARM as CodeGen.Platform.ARM
...
...
@@ -125,23 +124,23 @@ library
, GHC.HsToCore.PmCheck.Ppr as PmPpr
, GHC.HsToCore.PmCheck.Types as PmTypes
, GHC.HsToCore as Desugar
, GHC.HsToCore.Coverage as Coverage
, GHC.HsToCore.Arrows as DsArrows
, GHC.HsToCore.Binds as DsBinds
, GHC.HsToCore.ForeignCall as DsCCall
, GHC.HsToCore.Expr as DsExpr
, GHC.HsToCore.ForeignCallDecl as DsForeign
, GHC.HsToCore.GuardedRHSs as DsGRHSs
, GHC.HsToCore.ListComp as DsListComp
, GHC.HsToCore.Splice as DsMeta
, GHC.HsToCore.Monad as DsMonad
, GHC.HsToCore.Usage as DsUsage
, GHC.HsToCore.Utils as DsUtils
, GHC.HsToCore.Docs as ExtractDocs
, GHC.HsToCore.Match as Match
, GHC.HsToCore.Match.Constructor as MatchCon
, GHC.HsToCore.Match.Literal as MatchLit
--
, GHC.HsToCore as Desugar
--
, GHC.HsToCore.Coverage as Coverage
--
, GHC.HsToCore.Arrows as DsArrows
--
, GHC.HsToCore.Binds as DsBinds
--
, GHC.HsToCore.ForeignCall as DsCCall
--
, GHC.HsToCore.Expr as DsExpr
--
, GHC.HsToCore.ForeignCallDecl as DsForeign
--
, GHC.HsToCore.GuardedRHSs as DsGRHSs
--
, GHC.HsToCore.ListComp as DsListComp
--
, GHC.HsToCore.Splice as DsMeta
--
, GHC.HsToCore.Monad as DsMonad
--
, GHC.HsToCore.Usage as DsUsage
--
, GHC.HsToCore.Utils as DsUtils
--
, GHC.HsToCore.Docs as ExtractDocs
--
, GHC.HsToCore.Match as Match
--
, GHC.HsToCore.Match.Constructor as MatchCon
--
, GHC.HsToCore.Match.Literal as MatchLit
, GHC.Stg.Pipeline as SimplStg
, GHC.Stg.CSE as StgCse
...
...
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