From 3f141e947336fc57eaa16164ab92d2426c9dc3c7 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Thu, 15 May 2025 00:12:21 +0100 Subject: [PATCH] Allow Win32-2.14 --- HTTP.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTP.cabal b/HTTP.cabal index e1b9ce2..046661a 100644 --- a/HTTP.cabal +++ b/HTTP.cabal @@ -145,7 +145,7 @@ Library ghc-options: -Werror if os(windows) - Build-depends: Win32 >= 2.2.0.0 && < 2.14 + Build-depends: Win32 >= 2.2.0.0 && < 2.15 Test-Suite test type: exitcode-stdio-1.0