Skip to content
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

Build _ with ghc-x.y.z #6344

Merged
merged 2 commits into from Nov 25, 2023

Conversation

philderbeast
Copy link
Contributor

@philderbeast philderbeast commented Nov 22, 2023

For #6342, have the build show which compiler version is being used by appending "with ghc-x.y.z".

  • Any changes that could be relevant to users have been recorded in ChangeLog.md.
  • The documentation has been updated, if necessary
$ ~/.local/bin/stack build --test --no-run-tests        

Warning: WARNING: This stack project is generated.
hlint-plugin> configure (lib)
Configuring hlint-plugin-1.0.2...
hlint-plugin> build (lib) with ghc-9.0.2
Preprocessing library for hlint-plugin-1.0.2..
Building library for hlint-plugin-1.0.2..
[1 of 2] Compiling HLint.Plugin.Settings
[2 of 2] Compiling HLint.Plugin
hlint-plugin> copy/register
Installing library in /.../hlint-plugin/.stack-work/install/x86_64-linux
  /77e1e65734194babbef5a670a7fffc8ad1833c81e4c13562134c9a797b54872d
  /9.0.2/lib/x86_64-linux-ghc-9.0.2/hlint-plugin-1.0.2-JOPnvvxdmWa2Izg7q332qw
Registering library for hlint-plugin-1.0.2..
$ ~/.local/bin/stack build --test --no-run-tests
Building all executables for stack once. After a successful build of all of them,
  only specified executables will be rebuilt.
stack> configure (lib + exe + test)
[1 of 3] Compiling Main
[2 of 3] Compiling StackSetupShim
[3 of 3] Linking ...
Configuring stack-2.14.0...
stack> build (lib + exe + test) with ghc-9.4.7
Preprocessing library for stack-2.14.0..
Building library for stack-2.14.0..
[  1 of 182] Compiling Build_stack
[  2 of 182] Compiling Network.HTTP.StackClient
...

@philderbeast
Copy link
Contributor Author

The stan failure in the checks is not related to anything I've changed with this pull request.

@mpilgrem
Copy link
Member

@philderbeast, sorry for the delay in getting to this. I have other calls on my time before 30 November.

@philderbeast
Copy link
Contributor Author

No worries @mpilgrem.

@mpilgrem mpilgrem merged commit 3d0a483 into commercialhaskell:master Nov 25, 2023
12 checks passed
@mpilgrem mpilgrem deleted the add/build-ghc-x.y.z-6342 branch November 25, 2023 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants