diff options
author | Tamar Christina <tamar@zhox.com> | 2017-10-25 09:53:54 +0100 |
---|---|---|
committer | Tamar Christina <tamar@zhox.com> | 2017-10-25 09:59:29 +0100 |
commit | b1ad0bb3be084f365b351dafed41593176e6ec08 (patch) | |
tree | c2f32cfb343f332dd73889c9f3a9adaa91bdb524 /ghc/ghc-bin.cabal.in | |
parent | 2e16a578e9380ea88792d0f9825b68faf4b81b8f (diff) | |
download | haskell-b1ad0bb3be084f365b351dafed41593176e6ec08.tar.gz |
Revert "Update Win32 version for GHC 8.4."
This reverts commit 561bdca16e2fe88d0b96fc10098955eabca81bba.
submodule
Diffstat (limited to 'ghc/ghc-bin.cabal.in')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
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.* |