mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Update Win32 version (fixes #2750)
This commit is contained in:
parent
63aca5ea5e
commit
3da0dc35db
@ -382,6 +382,9 @@ will upgrade their packages to allow for the new GHC release.
|
||||
We prefer to prune packages causing upper bounds constraints **after** the LTS
|
||||
release to allow the maximum amount of packages to get into the newest LTS.
|
||||
|
||||
You will almost always need to update the Win32 package version listed in the
|
||||
build-constraints.yaml file.
|
||||
|
||||
After the first LTS release, the package pruning process may begin in the
|
||||
nightly build in order to move forward with getting the latest versions of
|
||||
packages compatible with the new GHC release.
|
||||
|
||||
@ -3296,7 +3296,7 @@ packages:
|
||||
|
||||
"GHC upper bounds":
|
||||
# Need to always match the version shipped with GHC
|
||||
- Win32 == 2.3.1.1
|
||||
- Win32 == 2.5.4.1
|
||||
|
||||
"Stackage upper bounds":
|
||||
# https://github.com/fpco/stackage/issues/2663
|
||||
|
||||
Loading…
Reference in New Issue
Block a user