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

stackage.nix nightly since ghc 9.10.1 references unknown ghc-toolchain #2295

Open
dten opened this issue Dec 16, 2024 · 0 comments
Open

stackage.nix nightly since ghc 9.10.1 references unknown ghc-toolchain #2295

dten opened this issue Dec 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dten
Copy link

dten commented Dec 16, 2024

nightly references ghc-toolchain since ghc 9.10.1

https://github.com/input-output-hk/stackage.nix/blob/master/nightly-2024-12-11.nix#L599

but there is no such package https://hackage.haskell.org/package/ghc-toolchain

I assume this is supposed to be a reference to the package within ghc

https://gitlab.haskell.org/ghc/ghc/-/tree/ghc-9.10.1-release/utils/ghc-toolchain

this is the error that I get trying to use those nightlies right now

       error: attribute 'ghc-toolchain' missing
       at /nix/store/4gr4yc827m50m958mr6ib3jwj14kywja-source/nightly-2024-12-15.nix:606:34:
          605|       "yesod-websockets".revision = hackage."yesod-websockets"."0.3.0.3".revisions."99f49618f7cbb944c928d2870872b6ff867602c80af5d83421a68feb2ad94186";
          606|       "ghc-toolchain".revision = hackage."ghc-toolchain"."0.1.0.0".revisions.default;
             |                                  ^
          607|       "evm-opcodes".revision = hackage."evm-opcodes"."0.2.0".revisions."895f20796411a8eef3e32fb5a36226475a89d7fd7019c624d500ac583ebaa686";
@dten dten added the bug Something isn't working label Dec 16, 2024
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

1 participant