-
-
Notifications
You must be signed in to change notification settings - Fork 35
stack2nix fails with 404 with lts-15.13 #95
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
Comments
The failing build can be found here if it helps to reproduce |
I believe the issue comes from https://github.com/nh2/static-haskell-nix/blob/master/static-stack2nix-builder/stack2nix-script.nix#L88 |
So I've been investigating a little bit more and it turns out that the issue comes from stack2nix :-( |
You don't need to close the issue because it's with What you see seems to be this: But it doesn't tell what the actual problem is. Newer So it would be good to know if indeed we could fix it in |
I think I found it: commercialhaskell/lts-haskell#247 (comment) leading via commercialhaskell/stack#5204 (comment) to https://www.stackage.org/blog/2020/02/discontinuing-legacy-snapshots:
This means we need to upgrade Or alternatively switch from Both are no trivial tasks though. |
Yeah, it seems indeed quite hard :-( Good luck in trying to fix |
Hello!
First things first, thanks a lot for this work, it might help me a lot.
I'm trying to build a static binary from a stack project based. My project is using stack lts-15.13 with gh883. When I try to build the adapted default.nix, stack2nix fails with a 404:
It seems the issue comes from
path = "/fpco/lts-haskell/master//lts-15.13.yaml"
and the double slash.So my question is, is
lts-15.13
supported ?The text was updated successfully, but these errors were encountered: