diff options
author | GHC GitLab CI <ghc-ci@gitlab-haskell.org> | 2021-03-24 17:36:46 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-03-26 19:00:42 -0400 |
commit | ef03fa6ffdbda7649c621789dd9f657229f0b01f (patch) | |
tree | 35b6864e8e690995b7b3744d65a0beefa8fd520f /compiler/ghc.cabal.in | |
parent | 628417b42c97f8a309bbc52d7262e56789e418ba (diff) | |
download | haskell-ef03fa6ffdbda7649c621789dd9f657229f0b01f.tar.gz |
Bump Win32 to 2.13.0.0
Bumps Win32 submodule.
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 dd216823d2..c8b959137c 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -77,7 +77,7 @@ Library ghci == @ProjectVersionMunged@ if os(windows) - Build-Depends: Win32 >= 2.3 && < 2.11 + Build-Depends: Win32 >= 2.3 && < 2.13 else if flag(terminfo) Build-Depends: terminfo == 0.4.* |