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

ghc821: init at 8.2.1-rc2 (a.k.a., 8.2.0.20170507) #26603

Merged
merged 1 commit into from
Jun 15, 2017

Conversation

k0001
Copy link
Contributor

@k0001 k0001 commented Jun 15, 2017

The approach taken to add this package was to port over the definitions
currently existing for 8.2.0, and making the necessesary changes to get
this building.

The Haskell package set associated with this compiler doesn't yet
guarantee that all or most of the packages successfully build with this
new compiler, but that will improve over time after this GHC 8.2.1
is officially released and the ecosystem catches up.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@shlevy
Copy link
Member

shlevy commented Jun 15, 2017

@k0001 Can you port over the cross-compilation stuff from HEAD.nix as well? cc @Ericson2314

@k0001
Copy link
Contributor Author

k0001 commented Jun 15, 2017

@shlevy sure, I'll add that as well. Thanks for the quick feedback.

@Ericson2314
Copy link
Member

Err the cross compilation stuff in head needs a lot of revamp too. I have a yet-to-be-made PR for that, but it relies on other PRs that still need to be fixed.

So yeah, while it's fine to mimick some stuff from ghcHEAD, I'll end up rewriting it all anyways.

@shlevy
Copy link
Member

shlevy commented Jun 15, 2017

@Ericson2314 As long as you update it both here and in HEAD, no need to copy it over for now

The approach taken to add this package was to port over the definitions
currently existing for HEAD, and making the necessesary changes to get
this building.

The Haskell package set associated with this compiler doesn't yet
guarantee that all or most of the packages successfully build with this
new compiler, but that will improve over time after this GHC 8.2.1
is officially released and the ecosystem catches up.
@k0001
Copy link
Contributor Author

k0001 commented Jun 15, 2017

@shlevy updated. I based my work off head.nix instead.

@shlevy shlevy merged commit 5f94d85 into NixOS:master Jun 15, 2017
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 this pull request may close these issues.

None yet

3 participants