We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0888e0f commit d342bb4Copy full SHA for d342bb4
ChangeLog.md
@@ -7,7 +7,9 @@ Release notes:
7
8
* Stack's bindists are now built with GHC 8.10.4, and our `stack.yaml` has
9
moved to lts-17.10. This means Stack can now be built on macOS 11.0 (Big
10
- Sur) without ugly workarounds.
+ Sur) without ugly workarounds. GHC 8.8 is now the minimum GHC version
11
+ supported for building Stack itself (but this does not effect _users_ of
12
+ Stack, which still supports using much older GHC versions).
13
14
15
## v2.7.0.1 (release candidate)
stack-nightly.yaml
@@ -1,4 +1,4 @@
1
-resolver: nightly-2021-04-23
+resolver: nightly-2021-04-30
2
3
packages:
4
- .
0 commit comments