[project @ 2005-11-11 10:37:35 by simonmar]
[haskell-directory.git] / package.conf.in
index 91a64ce..e10a39a 100644 (file)
@@ -38,6 +38,7 @@ exposed-modules:
        Data.Complex,
        Data.Dynamic,
        Data.Either,
+       Data.Eq,
        Data.FiniteMap,
        Data.FunctorM,
        Data.Generics,
@@ -58,12 +59,14 @@ exposed-modules:
        Data.Maybe,
        Data.Map,
        Data.Monoid,
+       Data.Ord,
        Data.PackedString,
        Data.Queue,
        Data.Ratio,
        Data.STRef,
        Data.STRef.Lazy,
        Data.STRef.Strict,
+       Data.Sequence,
        Data.Set,
        Data.Tree,
        Data.Tuple,
@@ -168,17 +171,7 @@ library-dirs:      LIB_DIR
                , LIB_DIR"/cbits"
 #endif
 
-#if !defined(mingw32_HOST_OS) && !defined(cygwin32_HOST_OS)
 hs-libraries:   "HSbase"
-#else
-/*
- This splitting is the subject of a totally 
- horrible hack, which glues HSbase{1,2,3}
- back into HSbaase for the purposes of static linking.
- See DriverState.getPackageLibraries for details.
-*/
-hs-libraries:  "HSbase1", "HSbase2", "HSbase3"
-#endif
 
 extra-libraries:  "HSbase_cbits"
 #if defined(mingw32_HOST_OS) || defined(__MINGW32__) || defined(_MSC_VER)