summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
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 /compiler/ghc.cabal.in
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 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index d3cbe9563b..19e8d1a705 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -67,7 +67,7 @@ Library
ghci == @ProjectVersionMunged@
if os(windows)
- Build-Depends: Win32 >= 2.3 && < 2.6
+ Build-Depends: Win32 >= 2.3 && < 2.7
else
if flag(terminfo)
Build-Depends: terminfo == 0.4.*