Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Behavior changes:
Other enhancements:

* Consider Cabal 3.18 to be a tested library and remove warnings.
* Consider GHC 10.0 to be a tested compiler and remove warnings.

Bug fixes:

Expand Down
4 changes: 2 additions & 2 deletions src/Stack/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1051,9 +1051,9 @@ warnUnsupportedCompiler ghcVersion = do
, flow "Valiantly attempting to run anyway, but this is doomed."
]
pure True
| ghcVersion >= mkVersion [9, 15] && notifyIfGhcUntested -> do
| ghcVersion >= mkVersion [10, 1] && notifyIfGhcUntested -> do
prettyWarnL
[ flow "Stack has not been tested with GHC versions 9.16 and above, \
[ flow "Stack has not been tested with GHC versions 10.2 and above, \
\and using"
, fromString (versionString ghcVersion) <> ","
, flow "this may fail."
Expand Down
2 changes: 2 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ extra-deps:
- crypton-x509-system-1.9.0@sha256:ccdc92bf98d7693c63dc680ff665b6487a28a701003dbee6695a6dbd38244392,1539
# lts-24.55 specifies crypton-x509-validation-1.6.14
- crypton-x509-validation-1.9.1@sha256:7fd1231e0ce13be7bbb95a348da58919174d341572309ff4471e39c3b3f4e68a,2113
# lts-24.55 specifies hi-file-parser-0.1.9.1
- hi-file-parser-0.1.9.2@sha256:7eb11939f55938de337732a1a4521c7753cb7b5d4e97c3e074a6475b6893855a,5359
# lts-24.55 specifies hpack-0.38.3
- hpack-0.39.6@sha256:3dcd46245401aec2239ff63680880f04817635c7df00ee8ebe2bea9b57393891,5263
# lts-24.55 specifies hpke-0.0.0
Expand Down
7 changes: 7 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ packages:
size: 691
original:
hackage: crypton-x509-validation-1.9.1@sha256:7fd1231e0ce13be7bbb95a348da58919174d341572309ff4471e39c3b3f4e68a,2113
- completed:
hackage: hi-file-parser-0.1.9.2@sha256:7eb11939f55938de337732a1a4521c7753cb7b5d4e97c3e074a6475b6893855a,5359
pantry-tree:
sha256: 9981a5ae5575ff8822a20c2dfc24c2d8a621dff6bd45f35510c885389046dee1
size: 6386
original:
hackage: hi-file-parser-0.1.9.2@sha256:7eb11939f55938de337732a1a4521c7753cb7b5d4e97c3e074a6475b6893855a,5359
- completed:
hackage: hpack-0.39.6@sha256:3dcd46245401aec2239ff63680880f04817635c7df00ee8ebe2bea9b57393891,5263
pantry-tree:
Expand Down
Loading