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 /compiler/ghc.cabal.in | |
parent | f8f60efc831c6adb5bfee8449b76238ba6d582db (diff) | |
download | haskell-6527fc57b8e099703f5bdb5ec7f1dfd421651972.tar.gz |
Bump Cabal, hsc2hs, directory, process submodules
Necessary for recent Win32 bump.
Diffstat (limited to 'compiler/ghc.cabal.in')
-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 a80b9947a4..dbc5be050c 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -76,7 +76,7 @@ Library ghci == @ProjectVersionMunged@ if os(windows) - Build-Depends: Win32 >= 2.3 && < 2.10 + Build-Depends: Win32 >= 2.3 && < 2.11 else if flag(terminfo) Build-Depends: terminfo == 0.4.* |