diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-09-23 16:42:17 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-30 02:49:03 -0400 |
commit | 6527fc57b8e099703f5bdb5ec7f1dfd421651972 (patch) | |
tree | 29c32e130e422a2ed3e7d1e0b1ef9b46414d9c02 /ghc/ghc-bin.cabal.in | |
parent | f8f60efc831c6adb5bfee8449b76238ba6d582db (diff) | |
download | haskell-6527fc57b8e099703f5bdb5ec7f1dfd421651972.tar.gz |
Bump Cabal, hsc2hs, directory, process submodules
Necessary for recent Win32 bump.
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 7897e7c600..f15ad5e1e3 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.10 + Build-Depends: Win32 >= 2.3 && < 2.11 else Build-Depends: unix >= 2.7 && < 2.9 |