summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2017-11-08 01:21:16 -0500
committerBen Gamari <ben@smart-cactus.org>2017-11-09 17:49:22 -0500
commitbdd2d2862e248948efafa8ba4219e94825ddf21a (patch)
treeca7cbf97d125ed2d4900ef4e4a10181487010c67 /ghc
parent10ff3e3180d1e808dbcff0f92afc5a3b3a8d4e83 (diff)
downloadhaskell-bdd2d2862e248948efafa8ba4219e94825ddf21a.tar.gz
Update Win32 version for GHC 8.4.
Update to Win32 2.6 which is the expected version release for 8.4 This involves moving Cabal forward which brings some backwards incompatible changes that needs various fixups. Bump a bunch of submodules Test Plan: ./validate Reviewers: austin, bgamari, angerman Reviewed By: bgamari, angerman Subscribers: angerman, thomie, rwbarton Differential Revision: https://phabricator.haskell.org/D4133
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.*