From 339e3394b9deb00a36ea96e7c2c9723d37a5bfcd Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 20 May 2009 11:16:26 +0000 Subject: [PATCH] remove msvcrt and kernel32 from extra-libraries --- base.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4