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 | |
parent | 628417b42c97f8a309bbc52d7262e56789e418ba (diff) | |
download | haskell-ef03fa6ffdbda7649c621789dd9f657229f0b01f.tar.gz |
Bump Win32 to 2.13.0.0
Bumps Win32 submodule.
-rw-r--r-- | compiler/ghc.cabal.in | 2 | ||||
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 | ||||
m--------- | libraries/Cabal | 0 | ||||
m--------- | libraries/Win32 | 0 | ||||
m--------- | libraries/directory | 0 | ||||
m--------- | libraries/process | 0 |
6 files changed, 2 insertions, 2 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.* diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 047dfd9f3b..86d28a00c3 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.11 + Build-Depends: Win32 >= 2.3 && < 2.13 else Build-Depends: unix >= 2.7 && < 2.9 diff --git a/libraries/Cabal b/libraries/Cabal -Subproject 997930e0d6c6c5a8ceadd91d4f5e21751098a1b +Subproject 3ef63c2982af1e06c0403d3a25c67ee1814394c diff --git a/libraries/Win32 b/libraries/Win32 -Subproject 78ffae0f01ccab236743f7f10dfc9d30dbe5414 +Subproject e6c0c0f44f6dfc2f8255fc4a5017f4ab67cd024 diff --git a/libraries/directory b/libraries/directory -Subproject 0633b48b010093f64f98ee494265436e96456ae +Subproject adb8b4d67356c4eca92f62fd1b7c1ac8add4241 diff --git a/libraries/process b/libraries/process -Subproject 102f5ca98661d3a6118e6610e59579c715a8ffd +Subproject a5804361e13d61408a96ad9273b295d8d43d1c8 |