-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to nightly-2022-07-30 Remove redundant import in Stack.Package Bump to nightly-2022-08-02 (GHC 9.2.4) Fix 4101-dependency-tree test Maybe fix the ghc-install-hooks test process-1.6.15.0 now available Includes fix haskell/process#250
- Loading branch information
Showing
65 changed files
with
101 additions
and
115 deletions.
There are no files selected for viewing
This file contains 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 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,5 +1,5 @@ | ||
{- stack script | ||
--resolver nightly-2022-06-10 | ||
--resolver nightly-2022-08-02 | ||
--install-ghc | ||
--package nsis | ||
-} | ||
|
This file contains 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 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 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 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 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 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,47 +1,32 @@ | ||
<<<<<<< HEAD:stack-ghc-923.yaml | ||
# GHC 9.2.3 | ||
resolver: nightly-2022-07-29 | ||
======= | ||
resolver: nightly-2022-06-10 # GHC 9.2.3 | ||
>>>>>>> 3f6774fd (Fix MacOS specific issue):stack-macos.yaml | ||
# GHC 9.2.4 | ||
resolver: nightly-2022-08-02 | ||
|
||
packages: | ||
- . | ||
|
||
extra-deps: | ||
# GHC 9.2.4 comes with process-1.6.13.2, which lacks important bug fixes | ||
- process-1.6.15.0@sha256:04df32d9497add5f0b90a27a3eceffa4bad5c2f41d038bd12ed6efc454db3faf,2845 | ||
# Although Cabal-3.6.3.0 is a global package, it depends on process | ||
- Cabal-3.6.3.0@sha256:ff97c442b0c679c1c9876acd15f73ac4f602b973c45bde42b43ec28265ee48f4,12459 | ||
|
||
drop-packages: | ||
# See https://github.com/commercialhaskell/stack/pull/4712 | ||
- cabal-install | ||
|
||
docker: | ||
enable: false | ||
repo: psibi/alpine-haskell-stack:9.2.3v2 | ||
|
||
nix: | ||
# --nix on the command-line to enable. | ||
packages: | ||
<<<<<<< HEAD:stack-ghc-923.yaml | ||
- zlib | ||
- unzip | ||
|
||
======= | ||
- zlib | ||
- unzip | ||
>>>>>>> 3f6774fd (Fix MacOS specific issue):stack-macos.yaml | ||
flags: | ||
stack: | ||
developer-mode: true | ||
|
||
ghc-options: | ||
"$locals": -fhide-source-paths | ||
|
||
<<<<<<< HEAD:stack-ghc-923.yaml | ||
extra-deps: | ||
# See https://github.com/commercialhaskell/pantry/pull/53 | ||
- pantry-0.5.6@rev:0 | ||
======= | ||
# Contains macos specific fix for https://github.com/haskell/process/issues/247 | ||
extra-deps: | ||
- git: https://github.com/haskell/process.git | ||
commit: b95e5fbdeb74e0cc36b6878b60f9807bd0001fa8 | ||
- Cabal-3.6.3.0@sha256:ff97c442b0c679c1c9876acd15f73ac4f602b973c45bde42b43ec28265ee48f4,12459 | ||
>>>>>>> 3f6774fd (Fix MacOS specific issue):stack-macos.yaml | ||
|
||
drop-packages: | ||
# See https://github.com/commercialhaskell/stack/pull/4712 | ||
- cabal-install |
This file contains 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 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
2 changes: 1 addition & 1 deletion
2
test/integration/tests/1265-extensible-snapshots/files/snapshot-modify-lts.yaml
This file contains 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,4 +1,4 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
name: snapshot-modify-lts | ||
drop-packages: | ||
- zlib |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/1265-extensible-snapshots/files/snapshots/local-snapshot.yaml
This file contains 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,5 +1,5 @@ | ||
--- | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
name: local-snapshot | ||
packages: | ||
- archive: package-0.1.2.3.tar.gz |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/1265-extensible-snapshots/files/snapshots/remote-snapshot.yaml
This file contains 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,5 +1,5 @@ | ||
--- | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
name: remote-snapshot | ||
packages: | ||
- archive: https://s3.amazonaws.com/hackage.fpcomplete.com/package/ghc-prim-0.8.0.tar.gz |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/1337-unicode-everywhere/files/stack.yaml
This file contains 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,4 +1,4 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
packages: | ||
- '.' | ||
extra-deps: [] | ||
|
This file contains 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,4 +1,4 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
packages: | ||
- '.' | ||
extra-deps: [] | ||
|
This file contains 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 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 +1 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
This file contains 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ flags: {} | |
packages: | ||
- '.' | ||
extra-deps: [] | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
This file contains 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: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
packages: | ||
- '.' |
This file contains 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ flags: {} | |
packages: | ||
- '.' | ||
extra-deps: [] | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/345-override-bytestring/files/stack.yaml
This file contains 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,4 +1,4 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
extra-deps: | ||
- bytestring-0.11.3.1 | ||
- binary-0.8.9.0 | ||
|
2 changes: 1 addition & 1 deletion
2
test/integration/tests/3533-extra-deps-solver/files/orig-stack.yaml
This file contains 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,4 +1,4 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
|
||
packages: | ||
- ./local-mmorph | ||
|
2 changes: 1 addition & 1 deletion
2
test/integration/tests/3591-cabal-warnings-once/files/stack.yaml
This file contains 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 +1 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
This file contains 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ flags: {} | |
packages: | ||
- '.' | ||
extra-deps: [] | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
This file contains 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ flags: {} | |
packages: | ||
- '.' | ||
extra-deps: [] | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/3787-internal-libs-with-no-main-lib/files/stack.yaml
This file contains 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 +1 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
This file contains 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ flags: {} | |
packages: | ||
- '.' | ||
extra-deps: [] | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/3940-base-upgrade-warning/files/no-base-upgrade.yaml
This file contains 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: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
extra-deps: | ||
- base-4.10.1.0 |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/3940-base-upgrade-warning/files/unattainable-base.yaml
This file contains 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 +1 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/3942-solver-error-output/files/test-stack.yml
This file contains 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,4 +1,4 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
|
||
packages: [] | ||
|
||
|
This file contains 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 +1 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/397-case-insensitive-flags/files/stack.yaml
This file contains 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 +1 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/3997-coverage-with-cabal-3/files/stack.yaml
This file contains 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 +1 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
This file contains 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 +1 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
This file contains 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 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,4 +1,4 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
packages: | ||
- . | ||
- subproject | ||
|
2 changes: 1 addition & 1 deletion
2
test/integration/tests/4105-test-coverage-of-internal-lib/files/stack.yaml
This file contains 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 +1 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
This file contains 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,4 +1,4 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
|
||
packages: | ||
- . |
This file contains 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: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
packages: | ||
- '.' |
This file contains 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,4 +1,4 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
name: foo | ||
packages: | ||
- acme-dont-1.1@sha256:8264ad3e5113d3e0417b46e71d5a9c0914a1f03b5b81319cc329f1dc0f49b96c,602 |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/4897-boot-package-pruned/files/stack.yaml
This file contains 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: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
packages: [.] | ||
extra-deps: [./directory] |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/4938-non-ascii-module-names/files/stack.yaml
This file contains 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 +1 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 |
This file contains 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,4 +1,4 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
packages: | ||
- . | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
test/integration/tests/5680-share-package-across-projects/files/package-a/stack.yaml
This file contains 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,4 +1,4 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
packages: | ||
- . | ||
- ../package-c |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/5680-share-package-across-projects/files/package-b/stack.yaml
This file contains 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,4 +1,4 @@ | ||
resolver: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
packages: | ||
- . | ||
- ../package-c |
2 changes: 1 addition & 1 deletion
2
test/integration/tests/5680-share-package-across-projects/files/package-c/stack.yaml
This file contains 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: nightly-2022-06-10 | ||
resolver: nightly-2022-08-02 | ||
packages: | ||
- . |
Oops, something went wrong.