Update Haskell package set to Stackage Nightly 2021-02-02 (plus other fixes)#111678
Merged
Update Haskell package set to Stackage Nightly 2021-02-02 (plus other fixes)#111678
Conversation
SuperSandro2000
requested changes
Feb 2, 2021
Member
|
@ofborg eval |
10 tasks
6ef253e to
f6bc764
Compare
Previously, the "ar command" in the global config of GHC in nixpkgs is simply "ar" instead of a proper absolute path in the nix store. This will result in an "ar: command not found" error when using GHC and cabal in a pure nix shell. This commit adds the patch and applies to all pre-9.0 versions. See output of ghc --info for "ar command" value.
5cd393a to
36d8f4b
Compare
Tested on NixOS
This update was generated by hackage2nix v2.16.0-10-gabc66d1 from Hackage revision commercialhaskell/all-cabal-hashes@d5c9f89.
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This update was generated by hackage2nix v2.16.0-10-gabc66d1 from Hackage revision commercialhaskell/all-cabal-hashes@5ad244e.
Member
|
@peti Have you already opened a new PR? |
Member
Author
|
Now I have. Tonight, we'll merge #112893. |
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.
This PR is test-built by Hydra at https://hydra.nixos.org/jobset/nixpkgs/haskell-updates. I'll fix up the remaining errors and merge it on Friday, 2021-02-05 20:00 +01:00. You can watch this live on Twitch at https://www.twitch.tv/peti343.
TODO