diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-09-08 11:42:58 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-17 08:51:08 -0400 |
commit | 76009ec84652f9b5c085f320ad9476e3693549f1 (patch) | |
tree | 9ae2e8cc14bac64336a728ab91e3186e25bb7528 /ghc | |
parent | 8d0c26c463fc1512ad90788345b002b23e53555a (diff) | |
download | haskell-76009ec84652f9b5c085f320ad9476e3693549f1.tar.gz |
Bump Win32 submodule to 2.9.0.0
Also bumps Cabal, directory
Diffstat (limited to 'ghc')
-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 bc111dbf98..1518a8debc 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -45,7 +45,7 @@ Executable ghc ghc == @ProjectVersionMunged@ if os(windows) - Build-Depends: Win32 >= 2.3 && < 2.7 + Build-Depends: Win32 >= 2.3 && < 2.10 else Build-Depends: unix >= 2.7 && < 2.9 |