Update/correct boot packages list.#167
Merged
domenkozar merged 1 commit intoinput-output-hk:masterfrom Jun 5, 2019
Merged
Conversation
Most importantly for me, fixes `integer-simple` being missing from the list, which resulted in `static-haskell-nix` not being able to build static exes using `integer-simple` if the package set was generated by `stack2nix`. Also updates the list to recent GHCs and adds commentary.
Contributor
Author
|
Still compiling / testing this. |
Contributor
Author
Build completed, and my test with static-haskell-nix shows it has the desired effect. |
Contributor
|
One day that list will be dynamic, but that's not that day :) |
Contributor
Author
We can generate it based on https://github.com/bgamari/ghc-utils/blob/master/library-versions/pkg_versions.txt |
nh2
added a commit
to nh2/stack2nix
that referenced
this pull request
Oct 5, 2019
See input-output-hk#84, input-output-hk#167. Using https://github.com/bgamari/ghc-utils/tree/master/library-versions for it, as a lookup Map compiled into the binary using TH.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Most importantly for me, fixes
integer-simplebeing missing from the list,which resulted in
static-haskell-nixnot being able to build static exesusing
integer-simpleif the package set was generated bystack2nix.Also updates the list to recent GHCs and adds commentary.