From 48bf10787e27364730dd37a42b603cee8d6af7ee Mon Sep 17 00:00:00 2001
From: Oleg Grenrus <oleg.grenrus@iki.fi>
Date: Mon, 26 Oct 2020 14:48:47 +0200
Subject: [PATCH] Allow Win-2.10

---
 Cabal/Cabal.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal
index 4a478f9aad..0a0f6c4ce8 100644
--- a/Cabal/Cabal.cabal
+++ b/Cabal/Cabal.cabal
@@ -289,7 +289,7 @@ library
     build-depends: binary >= 0.7 && < 0.9
 
   if os(windows)
-    build-depends: Win32 >= 2.3.0.0 && < 2.9
+    build-depends: Win32 >= 2.3.0.0 && < 2.11
   else
     build-depends: unix  >= 2.6.0.0 && < 2.8
 
-- 
GitLab