reduce dependency on ghcconfig.h
[haskell-directory.git] / package.conf.in
index 577f50b..447345a 100644 (file)
@@ -1,5 +1,3 @@
-#include "ghcconfig.h"
-
 name:          PACKAGE
 version:       VERSION
 license:       BSD3
@@ -47,7 +45,6 @@ exposed-modules:
        Data.Dynamic,
        Data.Either,
        Data.Eq,
-       Data.FiniteMap,
        Data.Fixed,
        Data.Foldable,
        Data.FunctorM,
@@ -138,8 +135,6 @@ exposed-modules:
        System.Process.Internals,
        System.Random,
        System.Time,
-       Text.Html,
-       Text.Html.BlockTable,
        Text.ParserCombinators.ReadP,
        Text.ParserCombinators.ReadPrec,
        Text.PrettyPrint,
@@ -186,7 +181,7 @@ library-dirs:       LIB_DIR
 hs-libraries:   "HSbase"
 
 extra-libraries:  "HSbase_cbits"
-#if defined(mingw32_HOST_OS) || defined(__MINGW32__) || defined(_MSC_VER)
+#if defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32)
             , "wsock32", "msvcrt", "kernel32", "user32", "shell32"
 #endif