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

Building using Nix fails for GHC: 7.10.3 & 8.0.2 #11

Closed
mankyKitty opened this issue Sep 27, 2018 · 2 comments
Closed

Building using Nix fails for GHC: 7.10.3 & 8.0.2 #11

mankyKitty opened this issue Sep 27, 2018 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed nix-build Issues relating to building waargonaut using the nix package manager and build processes

Comments

@mankyKitty
Copy link
Contributor

Build fails for the following reason:

Configuring concurrent-output-1.10.4...
Setup: At least the following dependencies are missing:
process >=1.6.0 && <1.7.0

Not sure if this is a straight forward fix as process doesn't exist in haskell.packages.ghc7103 due to being a boot library for GHC (https://ghc.haskell.org/trac/ghc/wiki/Commentary/Libraries/VersionHistory). So overriding it causes more terrible errors.

Waargonaut happily builds for these versions of GHC when nix isn't involved (see TravisCI).

My nix skills aren't enough for this, so help would very much be appreciated.

@mankyKitty mankyKitty added bug Something isn't working help wanted Extra attention is needed nix-build Issues relating to building waargonaut using the nix package manager and build processes labels Sep 27, 2018
@puffnfresh
Copy link

nixpkgs hasn't supported 7.10 for a while 😿

You can maybe use my etaPackages stuff instead, since Eta is (mostly) a fork of 7.10

@mankyKitty
Copy link
Contributor Author

Thanks for the tip! I'll check it out.

Moving forward I think there's a case for Waargonaut no longer supporting any GHC below 8. So, we'll see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed nix-build Issues relating to building waargonaut using the nix package manager and build processes
Projects
None yet
Development

No branches or pull requests

2 participants