From 6e5a642a1a83bbb920da7a29db7299983c1c7201 Mon Sep 17 00:00:00 2001 From: Ian Lynagh 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 14aa264..e08510a 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: -- 1.7.10.4