X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=package.conf.in;h=91a64ce48cac520e970befcf81eda1665affd551;hb=f8218e0dc6d2f354f89c1b4c0cc63f61844004c1;hp=df4b3db7715bb907900558ec35c8cedd5e8ad7ba;hpb=166cbaa2085447ba5f2a06c982c95585294a3ded;p=ghc-base.git diff --git a/package.conf.in b/package.conf.in index df4b3db..91a64ce 100644 --- a/package.conf.in +++ b/package.conf.in @@ -105,9 +105,9 @@ exposed-modules: System.Console.GetOpt, System.CPUTime, System.Directory, + System.Directory.Internals, System.Environment, System.Exit, - System.FilePath, System.IO, System.IO.Error, System.IO.Unsafe, @@ -168,7 +168,7 @@ library-dirs: LIB_DIR , LIB_DIR"/cbits" #endif -#if !defined(mingw32_TARGET_OS) && !defined(cygwin32_TARGET_OS) +#if !defined(mingw32_HOST_OS) && !defined(cygwin32_HOST_OS) hs-libraries: "HSbase" #else /* @@ -180,18 +180,18 @@ hs-libraries: "HSbase" hs-libraries: "HSbase1", "HSbase2", "HSbase3" #endif -extra-libs: "HSbase_cbits" -#if defined(mingw32_TARGET_OS) || defined(__MINGW32__) || defined(_MSC_VER) +extra-libraries: "HSbase_cbits" +#if defined(mingw32_HOST_OS) || defined(__MINGW32__) || defined(_MSC_VER) , "wsock32", "msvcrt", "kernel32", "user32", "shell32" #endif include-dirs: INCLUDE_DIR includes: HsBase.h depends: rts -extra-hugs-opts: -extra-cc-opts: -extra-ld-opts: +hugs-options: +cc-options: +ld-options: framework-dirs: -extra-frameworks: +frameworks: haddock-interfaces: HADDOCK_IFACE haddock-html: HTML_DIR