From: Simon Marlow Date: Wed, 20 May 2009 11:16:26 +0000 (+0000) Subject: remove msvcrt and kernel32 from extra-libraries X-Git-Tag: 2009-06-25~34 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=339e3394b9deb00a36ea96e7c2c9723d37a5bfcd;p=ghc-base.git remove msvcrt and kernel32 from extra-libraries --- diff --git a/base.cabal b/base.cabal index ce2c66d..d69276d 100644 --- a/base.cabal +++ b/base.cabal @@ -173,7 +173,7 @@ Library { includes: HsBase.h install-includes: HsBase.h HsBaseConfig.h WCsubst.h dirUtils.h consUtils.h Typeable.h if os(windows) { - extra-libraries: wsock32, msvcrt, kernel32, user32, shell32 + extra-libraries: wsock32, user32, shell32 } extensions: CPP -- We need to set the package name to base (without a version number)