summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2017-10-25 08:51:00 +0100
committerTamar Christina <tamar@zhox.com>2017-10-25 09:12:09 +0100
commit561bdca16e2fe88d0b96fc10098955eabca81bba (patch)
treed3bd501248aefc9c0f9229d694cd69268f1d8f4b /ghc
parente888a1ff4b5657c4243fe04f16db4e703fd601b2 (diff)
downloadhaskell-561bdca16e2fe88d0b96fc10098955eabca81bba.tar.gz
Update Win32 version for GHC 8.4.
Summary: Update to Win32 2.6 which is the expected version release for 8.4 This bumps the required submodule s as well. Test Plan: ./validate Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4117
Diffstat (limited to 'ghc')
-rw-r--r--ghc/ghc-bin.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 5fe7c9dc5c..c94c6f8013 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -38,7 +38,7 @@ Executable ghc
ghc == @ProjectVersionMunged@
if os(windows)
- Build-Depends: Win32 >= 2.3 && < 2.6
+ Build-Depends: Win32 >= 2.3 && < 2.7
else
Build-Depends: unix == 2.7.*