From: Ian Lynagh Date: Sun, 29 Jul 2007 16:17:39 +0000 (+0000) Subject: Correct Windows OS name in cabal configuration X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6e5a642a1a83bbb920da7a29db7299983c1c7201;p=ghc-base.git Correct Windows OS name in cabal configuration --- 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: