Skip to content

Commit

Permalink
Revert "Untabify rts/packages.conf.in"
Browse files Browse the repository at this point in the history
This reverts commit ebf97ad.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Jun 19, 2013
1 parent 32edb6e commit 0ee9287
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions rts/package.conf.in
Expand Up @@ -3,66 +3,66 @@
#include "ghcconfig.h"
#include "rts/Config.h"

name: rts
version: 1.0
name: rts
version: 1.0
id: builtin_rts
license: BSD3
maintainer: glasgow-haskell-users@haskell.org
exposed: True
license: BSD3
maintainer: glasgow-haskell-users@haskell.org
exposed: True

exposed-modules:
hidden-modules:

import-dirs:

#ifdef INSTALLING
library-dirs: LIB_DIR"/rts-1.0" PAPI_LIB_DIR FFI_LIB_DIR
library-dirs: LIB_DIR"/rts-1.0" PAPI_LIB_DIR FFI_LIB_DIR
#else /* !INSTALLING */
library-dirs: TOP"/rts/dist/build" PAPI_LIB_DIR FFI_LIB_DIR
library-dirs: TOP"/rts/dist/build" PAPI_LIB_DIR FFI_LIB_DIR
#endif

hs-libraries: "HSrts" FFI_LIB

extra-libraries:
#ifdef HAVE_LIBM
"m" /* for ldexp() */
"m" /* for ldexp() */
#endif
#ifdef HAVE_LIBRT
, "rt"
, "rt"
#endif
#ifdef HAVE_LIBDL
, "dl"
, "dl"
#endif
#ifdef HAVE_LIBFFI
, "ffi"
#endif
#ifdef mingw32_HOST_OS
,"wsock32" /* for the linker */
,"gdi32" /* for the linker */
,"winmm" /* for the linker */
,"wsock32" /* for the linker */
,"gdi32" /* for the linker */
,"winmm" /* for the linker */
#endif
#ifdef freebsd_HOST_OS
, "pthread" /* for pthread_getthreadid_np() */
, "pthread" /* for pthread_getthreadid_np() */
#endif
#if defined(DEBUG) && defined(HAVE_LIBBFD)
,"bfd", "iberty" /* for debugging */
,"bfd", "iberty" /* for debugging */
#endif
#ifdef HAVE_LIBMINGWEX
# ifndef INSTALLING /* Bundled Mingw is behind */
,"mingwex"
# endif
#endif
#if USE_PAPI
, "papi"
, "papi"
#endif

#ifdef INSTALLING
include-dirs: INCLUDE_DIR PAPI_INCLUDE_DIR
include-dirs: INCLUDE_DIR PAPI_INCLUDE_DIR
#else /* !INSTALLING */
include-dirs: TOP"/rts/dist/build" TOP"/includes" TOP"/includes/dist-derivedconstants/header"
#endif

includes: Stg.h
includes: Stg.h
hugs-options:
cc-options:

Expand Down Expand Up @@ -103,10 +103,10 @@ ld-options:
, "-Wl,-u", "_base_GHCziTopHandler_flushStdHandles_closure"
, "-Wl,-u", "_base_GHCziTopHandler_runIO_closure"
, "-Wl,-u", "_base_GHCziTopHandler_runNonIO_closure"
, "-Wl,-u", "_base_GHCziConcziIO_ensureIOManagerIsRunning_closure"
, "-Wl,-u", "_base_GHCziConcziIO_ensureIOManagerIsRunning_closure"
, "-Wl,-u", "_base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure"
, "-Wl,-u", "_base_GHCziConcziSync_runSparks_closure"
, "-Wl,-u", "_base_GHCziConcziSignal_runHandlers_closure"
, "-Wl,-u", "_base_GHCziConcziSync_runSparks_closure"
, "-Wl,-u", "_base_GHCziConcziSignal_runHandlers_closure"
#else
"-Wl,-u", "ghczmprim_GHCziTypes_Izh_static_info"
, "-Wl,-u", "ghczmprim_GHCziTypes_Czh_static_info"
Expand Down Expand Up @@ -143,18 +143,18 @@ ld-options:
, "-Wl,-u", "base_GHCziTopHandler_flushStdHandles_closure"
, "-Wl,-u", "base_GHCziTopHandler_runIO_closure"
, "-Wl,-u", "base_GHCziTopHandler_runNonIO_closure"
, "-Wl,-u", "base_GHCziConcziIO_ensureIOManagerIsRunning_closure"
, "-Wl,-u", "base_GHCziConcziIO_ensureIOManagerIsRunning_closure"
, "-Wl,-u", "base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure"
, "-Wl,-u", "base_GHCziConcziSync_runSparks_closure"
, "-Wl,-u", "base_GHCziConcziSignal_runHandlers_closure"
, "-Wl,-u", "base_GHCziConcziSync_runSparks_closure"
, "-Wl,-u", "base_GHCziConcziSignal_runHandlers_closure"
#endif

/* Pick up static libraries in preference over dynamic if in earlier search
* path. This is important to use the static gmp in preference on Mac OS.
* The used option is specific to the Darwin linker.
*/
#ifdef darwin_HOST_OS
, "-Wl,-search_paths_first"
, "-Wl,-search_paths_first"
#endif

#if defined(darwin_HOST_OS) && !defined(x86_64_HOST_ARCH)
Expand Down

0 comments on commit 0ee9287

Please sign in to comment.