Restrict Win32 due to bounds (#2753)

This commit is contained in:
Mihai Maruseac 2017-08-13 17:12:30 -07:00
parent 3da0dc35db
commit 81393774e1

View File

@ -3296,7 +3296,8 @@ packages:
"GHC upper bounds":
# Need to always match the version shipped with GHC
- Win32 == 2.5.4.1
# Should be 2.5.4.1 but https://github.com/fpco/stackage/issues/2753 restricts it
- Win32 == 2.4.0.0
"Stackage upper bounds":
# https://github.com/fpco/stackage/issues/2663