summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2017-10-25 09:53:54 +0100
committerTamar Christina <tamar@zhox.com>2017-10-25 09:59:29 +0100
commitb1ad0bb3be084f365b351dafed41593176e6ec08 (patch)
treec2f32cfb343f332dd73889c9f3a9adaa91bdb524 /ghc
parent2e16a578e9380ea88792d0f9825b68faf4b81b8f (diff)
downloadhaskell-b1ad0bb3be084f365b351dafed41593176e6ec08.tar.gz
Revert "Update Win32 version for GHC 8.4."
This reverts commit 561bdca16e2fe88d0b96fc10098955eabca81bba. submodule
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 c94c6f8013..5fe7c9dc5c 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.7
+ Build-Depends: Win32 >= 2.3 && < 2.6
else
Build-Depends: unix == 2.7.*