-
-
Notifications
You must be signed in to change notification settings - Fork 35
GHC 8.10 compatibility #98
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
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
eb2a627
nixpkgs: Update submodule:
nh2 9c05615
Some fixes for building static `curl`.
nh2 9def276
survey: Add / default to ghc8104
nh2 97f7552
Don't build ghc twice when Cabal patches aren't required
nh2 55b417b
Fix ncurses `recompile with -fpic` error on some packages
nh2 047988f
survey: Disable some tests. `-A working` now builds with GHC 8.10.4
nh2 79d2671
survey: Disable aura for now because aur is marked broken in nixpkgs
nh2 d89add5
Disable flaky `time-compat` tests.
nh2 252a610
survey: add dhall-json to the working set
TristanCacqueray f1a10d4
survey: Disable slow `aeson-diff` test suite on `-O0`
nh2 da45268
survey: Disable stripping to work around `strip` 300x performance reg…
nh2 9b1f452
survey: Rename `dont-distribute-packages` -> `stackage-packages`.
nh2 b24b39e
survey: Drastically simplify/improve stackage brokenness check.
nh2 a8e7027
survey: add proto3-suite to the working set
TristanCacqueray 4744529
survey: allStackageExecutables: Strip down dependency tree
nh2 6a94c4b
survey: Add more ghc -> cabal version mappings.
nh2 4fa7bba
Fix `-A workingStackageExecutables` not building on GHC 8.10.4
nh2 fd0816f
survey: Fix `-A working -A workingStackageExecutables` with `-O0`.
nh2 66fce68
Fix stack integration, use version of stack2nix that supports Stack 2.
nh2 4bfaa7f
survey: Exclude a flaky test
nh2 39f2f38
Fix buildkite `static-stack` action.
nh2 28c2005
Update example commits
nh2 6e97715
Refactor: Reformat `statify`
nh2 cdc1a9a
survey: Only skip stripping `.a` files, not executables
nh2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Submodule nixpkgs
updated
25433 files
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#! /usr/bin/env bash | ||
|
||
set -eu -o pipefail | ||
|
||
mkdir -p static-stack-test-dir | ||
curl -L https://github.com/commercialhaskell/stack/archive/v2.7.1.tar.gz | tar -xz -C static-stack-test-dir | ||
|
||
$(nix-build --no-link -A fullBuildScript --argstr stackDir $PWD/static-stack-test-dir/stack-*) |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
resolver: lts-14.7 | ||
resolver: lts-18.2 | ||
packages: | ||
- . |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.