Open
Conversation
Member
andreabedini
commented
Oct 29, 2025
- fix handling of index-state
- build(stage1): replace submodules with Hackage packages
- build(stage2): replace submodules with Hackage packages
b9e4f1e to
9ba8d02
Compare
capture dependencies of configure scripts and generared files improve cleaning
Remove 25 library and utility submodules from .gitmodules and switch to using official Hackage releases instead. This simplifies the build system and reduces repository complexity. • Remove submodule entries for libraries (binary, bytestring, containers, etc.) and utilities (hsc2hs, hpc) that are now available as Hackage packages • Where necessary, include hackage packages as extra-packages in cabal.project files • Simplify Makefile by removing library-specific header copy functions and submodule-related build rules • Replace boot script with direct autoreconf invocations in Makefile for configure script generation • Update configure target handling to use individual .ac files rather than boot script coordination • Remove template-hsc.h staging since hsc2hs is now a Hackage package • Clean up synthesis logic for ghc-boot-th-next package generation • Delete now-obsolete submodule directories and boot orchestration code
9ba8d02 to
fe6fcb0
Compare
|
I think this should be done upstream if possible. I'd go for a rebase of the entire submodule history on top of ghc directly. |
This is not about inlining submodules. This is about using proper facilities to reference them.
We can do this in stable-haskell, because we can build ghc just with cabal-install, and don't need hadrian. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.