From ce56bd8b9fc12e9629d202644ac3d1fc146e359e Mon Sep 17 00:00:00 2001 From: krasimir Date: Tue, 29 Jan 2002 19:26:38 +0000 Subject: [PATCH] [project @ 2002-01-29 19:26:38 by krasimir] Add ObjectIO to standard packages --- ghc/driver/PackageSrc.hs | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index 474ae4f..486271a 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -416,6 +416,33 @@ package_details installing extra_cc_opts = [], extra_ld_opts = [] } + ,Package { + name = "objectio", + import_dirs = if installing + then ["$libdir/imports/objectio"] + else ["$libdir/hslibs/object-io/ObjectIO","$libdir/hslibs/object-io/OSWindows"], + source_dirs = [], + library_dirs = if installing + then [ "$libdir" ] + else [ "$libdir/hslibs/object-io"], + hs_libraries = ["HSobjectio"], + extra_libraries = + ["user32", + "gdi32", + "kernel32", + "comctl32", + "comdlg32", + "shell32", + "winmm", + "winspool", + "ole32"], + include_dirs = [], + c_includes = [], + package_deps = ["concurrent", "lang"], + extra_ghc_opts = [], + extra_cc_opts = [], + extra_ld_opts = [] + } #endif ,Package { -- 1.7.10.4