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
8fee87ea
Commit
8fee87ea
authored
3 years ago
by
Pepe Iborra
Committed by
Sylvain Henry
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix build with 8.10.5
parent
dd6b8a4b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc-api-compat.cabal
+4
-2
4 additions, 2 deletions
ghc-api-compat.cabal
with
4 additions
and
2 deletions
ghc-api-compat.cabal
+
4
−
2
View file @
8fee87ea
...
@@ -22,7 +22,7 @@ library
...
@@ -22,7 +22,7 @@ library
ghc >= 8.6, base < 5.0
ghc >= 8.6, base < 5.0
default-language: Haskell2010
default-language: Haskell2010
if impl(ghc >=
9.0
)
if impl(ghc >=
8.10.5
)
reexported-modules:
reexported-modules:
GHC.Platform.AArch64 as CodeGen.Platform.ARM64
GHC.Platform.AArch64 as CodeGen.Platform.ARM64
...
@@ -30,7 +30,9 @@ library
...
@@ -30,7 +30,9 @@ library
reexported-modules:
reexported-modules:
GHC.Hs.Types as HsTypes
GHC.Hs.Types as HsTypes
, GHC.Hs.PlaceHolder as PlaceHolder
, GHC.Hs.PlaceHolder as PlaceHolder
, GHC.Platform.ARM64 as CodeGen.Platform.ARM64
if impl(ghc >= 8.10) && impl(ghc < 8.10.5)
reexported-modules:
GHC.Platform.ARM64 as CodeGen.Platform.ARM64
if impl(ghc >= 8.10)
if impl(ghc >= 8.10)
reexported-modules:
reexported-modules:
...
...
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