-
Notifications
You must be signed in to change notification settings - Fork 237
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
Haskell.nix cannot build stackage packages #1857
Labels
bug
Something isn't working
Comments
dhess
added a commit
to hackworthltd/primer
that referenced
this issue
Feb 23, 2023
Note that the new `haskell.nix` pin necessitates the following additional changes: * We switch temporarily to our own `haskell.nix` fork, as recent versions no longer work with `nixpkgs`'s NixOS test framework. See input-output-hk/haskell.nix#1859. * We include a workaround for input-output-hk/haskell.nix#1857 (which itself is a workaround for input-output-hk/haskell.nix#839). * We no longer need the `hostPkgs` hack to make the NixOS tests build. * We need to bump the NixOS VM disk size, as it's no longer large enough to build the `primer-service` Docker image.
andreabedini
added a commit
to andreabedini/haskell.nix
that referenced
this issue
Feb 24, 2023
andreabedini
added a commit
to andreabedini/haskell.nix
that referenced
this issue
Feb 24, 2023
andreabedini
added a commit
to andreabedini/haskell.nix
that referenced
this issue
Mar 10, 2023
angerman
pushed a commit
that referenced
this issue
Mar 16, 2023
angerman
pushed a commit
to andreabedini/haskell.nix
that referenced
this issue
Mar 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E.g.
fails with
This is a bug I introduced in #1775. I adjusted the package builder to use the cabal file directly from the cabal plan (to support revisions) but I didn't consider that stackage snapshots (from stackage.nix) can only get the cabal file revisions from hackage.nix (since cabal is not involved in making the plan).
The text was updated successfully, but these errors were encountered: