Remove Data.FiniteMap, add Control.Applicative, Data.Traversable, and
[haskell-directory.git] / package.conf.in
index 447345a..11eaa39 100644 (file)
@@ -1,3 +1,5 @@
+#include "ghcconfig.h"
+
 name:          PACKAGE
 version:       VERSION
 license:       BSD3
@@ -142,8 +144,6 @@ exposed-modules:
        Text.Printf,
        Text.Read,
        Text.Read.Lex,
-       Text.Regex,
-       Text.Regex.Posix,
        Text.Show,
        Text.Show.Functions,
        GHC.Arr,
@@ -181,7 +181,7 @@ library-dirs:       LIB_DIR
 hs-libraries:   "HSbase"
 
 extra-libraries:  "HSbase_cbits"
-#if defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32)
+#if defined(mingw32_HOST_OS) || defined(__MINGW32__) || defined(_MSC_VER)
             , "wsock32", "msvcrt", "kernel32", "user32", "shell32"
 #endif