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

Stack version mismatch causes build to fail #147

Closed
LucianU opened this issue May 8, 2019 · 1 comment · Fixed by #154
Closed

Stack version mismatch causes build to fail #147

LucianU opened this issue May 8, 2019 · 1 comment · Fixed by #154

Comments

@LucianU
Copy link

LucianU commented May 8, 2019

This image has nixpkgs pinned in nixpkgs.nix. The base image uses the nixpkgs-unstable channel. This means that the stack available in the container will be at the latest version, but the stack that nix calls in shell.nix here

haskell.lib.buildStackProject {
will be the one available in the pinned channel.

This version mismatch causes the build to fail.

@facundominguez
Copy link
Member

#154 removes support for stack in favor of bazel.

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 a pull request may close this issue.

2 participants