diff options
-rw-r--r-- | compiler/ghc.cabal.in | 2 | ||||
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 | ||||
m--------- | libraries/Win32 | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 944bfca5e1..8e73f8b736 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -96,7 +96,7 @@ Library ghci == @ProjectVersionMunged@ if os(windows) - Build-Depends: Win32 >= 2.3 && < 2.13 + Build-Depends: Win32 >= 2.3 && < 2.14 else if flag(terminfo) Build-Depends: terminfo == 0.4.* diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 4a0a0d0651..5da5dc0b17 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -43,7 +43,7 @@ Executable ghc ghc == @ProjectVersionMunged@ if os(windows) - Build-Depends: Win32 >= 2.3 && < 2.13 + Build-Depends: Win32 >= 2.3 && < 2.14 else Build-Depends: unix >= 2.7 && < 2.9 diff --git a/libraries/Win32 b/libraries/Win32 -Subproject e6c0c0f44f6dfc2f8255fc4a5017f4ab67cd024 +Subproject 931497f7052f63cb5cfd4494a94e572c5c57064 |