remove msvcrt and kernel32 from extra-libraries
authorSimon Marlow <marlowsd@gmail.com>
Wed, 20 May 2009 11:16:26 +0000 (11:16 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 20 May 2009 11:16:26 +0000 (11:16 +0000)
base.cabal

index ce2c66d..d69276d 100644 (file)
@@ -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)