You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stackage builds will basically work with curator build (after snapshot was generated and check with curator) - I will need to add helper scripts doing that.
The PR to Stack repo with curator updates will follow and as Stackage builds are still running expect some additional updates of build-constraints.yaml
@DanBurton because of the way nixpkgs.haskellPackages work it looks like we couldn't easily deal with tests/benchmarks (the main problem imo is in dependency cycles) at the same time with Stack it almost just this invocation - https://github.com/commercialhaskell/stack/blob/master/subs/curator/app/Main.hs#L127 (Stack PR with some changes to make it work is to appear soon).
So at least as far as I understand the idea is to do Stackage builds/tests/bench builds with Stack and additionally test Stackage builds using Nix
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
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.
Stackage builds will basically work with
curator build(after snapshot was generated and check with curator) - I will need to add helper scripts doing that.The PR to Stack repo with curator updates will follow and as Stackage builds are still running expect some additional updates of
build-constraints.yaml