-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
haskell-stack 2.15.1 #162696
Closed
Closed
haskell-stack 2.15.1 #162696
Conversation
This file contains 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
github-actions
bot
added
haskell
Haskell use is a significant feature of the PR or issue
bump-formula-pr
PR was created using `brew bump-formula-pr`
labels
Feb 14, 2024
|
chenrui333
added
build failure
CI fails while building the software
CI-no-fail-fast
Continue CI tests despite failing GitHub Actions matrix builds.
labels
Feb 15, 2024
chenrui333
force-pushed
the
bump-haskell-stack-2.15.1
branch
from
February 17, 2024 08:46
912874f
to
98df704
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
build failure
CI fails while building the software
bump-formula-pr
PR was created using `brew bump-formula-pr`
CI-no-fail-fast
Continue CI tests despite failing GitHub Actions matrix builds.
haskell
Haskell use is a significant feature of the PR or issue
outdated
PR was locked due to age
stale
No recent activity
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 bump
Created with
brew bump-formula-pr
.release notes
1.24.0.0
.Changes since v2.13.1:
Behavior changes:
*.hi
or*.o
files in thesetup-exe-src
directory of the Stack root, and deletes any corresponding to asetup-<hash>.hs
orsetup-shim-<hash>.hs
file, to avoid GHC issue #21250.nix
executable is on the PATH. This usually indicates the Nix package manager is available. In YAML configuration files, thenotify-if-nix-on-path
key is introduced, to allow the notification to be muted if unwanted.stack path --stack-root
no longer sets up Stack's environment and does not load Stack's configuration.--jobs
setting accordingly. See #84.2.2.0.0
is deprecated and may be removed in the next version of Stack. Removal would mean that projects using snapshots earlier thanlts-12.0
ornightly-2018-03-18
(GHC 8.4.1) might no longer build. See #6377.--resolver
option is not specified, Stack'sunpack
command with a package name will seek to update the package index before seeking to download the most recent version of the package in the index.Other enhancements:
--no-init
to Stack'snew
command to skip the initialisation of the newly-created project for use with Stack.stack haddock
are printed on separate lines and without a trailing dot.--doctest-option=<argument>
tostack build
, wheredoctest
is a program recognised by versions of the Cabal library from1.24.0.0
.--haddock-for-hackage
to Stack'sbuild
command (including thehaddock
synonym forbuild --haddock
) to enable building local packages with flags to generate Haddock documentation, and an archive file, suitable for upload to Hackage. The form of the Haddock documentation generated for other packages is unaffected.--documentation
(-d
for short) to Stack'supload
command to allow uploading of documentation for packages to Hackage.stack new
no longer rejects project templates that specify apackage.yaml
in a subdirectory of the project directory.notify-if-ghc-untested
andnotify-if-cabal-untested
keys are introduced, to allow the notification to be muted if unwanted.stack> build (lib + exe + test) with ghc-9.6.4
).--candidate
to Stack'sunpack
command, to allow package candidates to be unpacked locally.notify-if-arch-unknown
key is introduced, to allow the notification to be muted if unwanted.--filter <item>
to Stack'sls dependencies text
command to filter out an item from the results, if present. The item can be$locals
for all local packages.--snapshot
as synonym for--resolver
.config set snapshot
command, corresponding to theconfig set resolver
command.Bug fixes:
Curator
instance ofToJSON
, as regardsexpect-haddock-failure
.resolver:
orsnapshot:
value is, in error, a YAML number.sdist
command can check packages with names that include non-ASCII characters.Thanks to all our contributors for this release: