Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Model registry
Operate
Terraform modules
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
Reinier Maas
GHC
Commits
da0d8ba5
Commit
da0d8ba5
authored
1 year ago
by
Matthew Craven
Committed by
Marge Bot
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused ghc-internal module "GHC.Internal.Constants"
parent
4c8f1794
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
libraries/ghc-internal/ghc-internal.cabal
+0
-1
0 additions, 1 deletion
libraries/ghc-internal/ghc-internal.cabal
libraries/ghc-internal/src/GHC/Internal/Constants.hs
+0
-10
0 additions, 10 deletions
libraries/ghc-internal/src/GHC/Internal/Constants.hs
with
0 additions
and
11 deletions
libraries/ghc-internal/ghc-internal.cabal
+
0
−
1
View file @
da0d8ba5
...
...
@@ -172,7 +172,6 @@ Library
GHC.Internal.Conc.Signal
GHC.Internal.Conc.Sync
GHC.Internal.ConsoleHandler
GHC.Internal.Constants
GHC.Internal.Desugar
GHC.Internal.Encoding.UTF8
GHC.Internal.Enum
...
...
This diff is collapsed.
Click to expand it.
libraries/ghc-internal/src/GHC/Internal/Constants.hs
deleted
100644 → 0
+
0
−
10
View file @
4c8f1794
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}
module
GHC.Internal.Constants
where
-- TODO: This used to include HaskellConstants.hs, but that has now gone.
-- We probably want to include the constants in platformConstants somehow
-- instead.
import
GHC.Internal.Base
()
-- dummy dependency
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