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.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
ghc-internalas a GHC wired-in package.package-indexhas a new default value: thekeyidskey lists the keys of the Hackage root key holders applicable from 2025-07-24.dotcommand now treats--depththe same way as thels dependenciescommand, so that the nodes ofstack dot --external --depth 0are the same as the packages listed bystack ls dependencies --depth 0.reloc-binary-distand the default path to the GHC built by Hadrian is_build/reloc-bindist.haddockcommand no longer requires a package to have a main library that exposes modules..stack-work\installand.stack-work\hoogle, is hashed only once, rather than twice.Other enhancements:
baseis not a GHC wired-in package. In configuration files, thenotify-if-base-not-bootkey is introduced, to allow the exisitng notification to be muted if unwanted when using such GHC versions.--[no-]omit-this(default: disabled) to Stack'scleancommand to omit directories currently in use from cleaning (when--fullis not specified).-was synonym for--stack-yaml.stack newnow allowscodeberg:as a service for template downloadscompiler-targetandcompiler-bindist-pathkeys are introduced to allow, when building GHC from source, the Hadrian build target and Hadrian path to the built GHC to be specified.Bug fixes:
--PROG-option=<argument>passes--PROG-option=<argument>(and not--PROG-option="<argument>") to Cabal (the library).dotcommand now uses a box to identify all GHC wired-in packages, not just those with no dependencies (being onlyrts).dotcommand now gives all nodes with no dependencies in the graph the maximum rank, not just those nodes with no relevant dependencies at all (being onlyrts, when--externalis specified).--hpack-forceflag.Thanks to all our contributors for this release:
View the full release notes at https://github.com/commercialhaskell/stack/releases/tag/v3.9.1.