From 85e56c432daf836078ffd4e59ac4f45a31c9abaf Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Sun, 29 Jul 2007 16:17:39 +0000
Subject: [PATCH] Correct Windows OS name in cabal configuration

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

diff --git a/base.cabal b/base.cabal
index 14aa264a..e08510af 100644
--- a/base.cabal
+++ b/base.cabal
@@ -20,7 +20,7 @@ Library {
     -- actually ought to fail.
     if flag(IsGHC) {
         build-depends: rts
-        if os(windows) {
+        if os(mingw32) {
             extra-libraries: wsock32, msvcrt, kernel32, user32, shell32
         }
         exposed-modules:
-- 
GitLab