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

Unexpected WARNING(s) when compiler-nix-name = ghc96*. #2202

Closed
zeme-wana opened this issue May 21, 2024 · 1 comment
Closed

Unexpected WARNING(s) when compiler-nix-name = ghc96*. #2202

zeme-wana opened this issue May 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@zeme-wana
Copy link
Collaborator

zeme-wana commented May 21, 2024

Describe the bug

Unexpected WARNINGS are traced when setting compiler-nix-name = ghc96* in cabalProject'.

❌ With ghc96:

trace: WARNING: 9.6.2 is out of date, consider using 9.6.4.
trace: WARNING: 9.6.2 is out of date, consider using 9.6.4.
trace: WARNING: 9.6.2 is out of date, consider using 9.6.4.

✅ With ghc964:

trace: WARNING: 9.6.4 is out of date, consider using 9.6.5.

✅ With ghc962:

trace: WARNING: 9.6.2 is out of date, consider using 9.6.5.

❌ With ghc965:

trace: WARNING: 9.6.2 is out of date, consider using 9.6.4.
trace: WARNING: 9.6.2 is out of date, consider using 9.6.4.
trace: WARNING: 9.6.2 is out of date, consider using 9.6.4.
  • Build system: x86_64-linux and aarch64-darwin.
  • GHC version: ghc96*
  • Haskell.nix version: current master 88f20f0876efc11eff32fffc1b9721e6bee3868f

Steps To Reproduce

See #2201

git fetch 
git checkout ghc96-oddity
cd __hs__
nix develop  

Expected behavior

No warnings when using ghc96 or ghc965

@hamishmack
Copy link
Collaborator

This has been fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants