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 /compiler | |
parent | 2e16a578e9380ea88792d0f9825b68faf4b81b8f (diff) | |
download | haskell-b1ad0bb3be084f365b351dafed41593176e6ec08.tar.gz |
Revert "Update Win32 version for GHC 8.4."
This reverts commit 561bdca16e2fe88d0b96fc10098955eabca81bba.
submodule
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 19e8d1a705..d3cbe9563b 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.7 + Build-Depends: Win32 >= 2.3 && < 2.6 else if flag(terminfo) Build-Depends: terminfo == 0.4.* |