Update Win32 version (fixes #2750)

This commit is contained in:
Michael Snoyman 2017-08-13 19:10:54 +03:00
parent 63aca5ea5e
commit 3da0dc35db
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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