summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
Commit message (Expand)AuthorAgeFilesLines
...
* Re-untabify rts/packages.conf.inAustin Seipp2013-06-191-25/+25
* Revert "Fix rts/packages.conf.in ld-options for clang."Austin Seipp2013-06-191-78/+78
* Revert "Untabify rts/packages.conf.in"Austin Seipp2013-06-191-25/+25
* Revert "Actually fix rts/packages.conf.in ld-options."Austin Seipp2013-06-191-78/+78
* Actually fix rts/packages.conf.in ld-options.Austin Seipp2013-06-181-78/+78
* Untabify rts/packages.conf.inAustin Seipp2013-06-181-25/+25
* Fix rts/packages.conf.in ld-options for clang.Austin Seipp2013-06-181-78/+78
* Record libffi directory in rts package conf; trac #7465Ian Lynagh2013-04-281-2/+2
* Fix linking with binutils 2.22 or later on FreeBSD 9.1, where one shouldGabor Pali2013-04-271-0/+3
* Change how we handle libffiIan Lynagh2013-03-231-1/+1
* Adding missing symbol in rts/package.conf.in.Kazu Yamamoto2013-02-111-0/+1
* setNumCapabilities calls GHC.Conc.IO.ioManagerCapabilitiesChanged before retu...Andreas Voellmy2013-02-111-0/+1
* Add configure option to use system provided libffi; fixes #5743Ian Lynagh2012-11-291-0/+3
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-1/+1
* Use conditionals rather than CPP in mkDerivedConstantsIan Lynagh2012-09-131-1/+1
* Follow the move of the Word type to ghc-primIan Lynagh2012-05-221-2/+2
* Win64 build fixIan Lynagh2012-05-021-2/+3
* More Win64 ghci fixesIan Lynagh2012-05-021-0/+1
* TOP/includes/dist doesn't exist (yet?) and makes ghcpkg05 fail, so remove itSimon Marlow2012-01-121-1/+1
* RefactoringIan Lynagh2012-01-081-1/+1
* Resurrect UseLibFFIForAdjustors from bitrot.PHO2011-12-081-1/+1
* Move includes/DerivedConstants.h and includes/GHCConstants.h into dist dirsIan Lynagh2011-12-021-1/+1
* add -u flag for the new flushStdHandles referenceSimon Marlow2011-11-091-0/+2
* Simplify the libffi buildIan Lynagh2011-10-141-1/+0
* Don't use read_only_relocs on darwin x86-64; fixes #4984William Knop2011-03-091-1/+1
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-231-4/+4
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-241-6/+6
* Change a BUILD var to a HOST varIan Lynagh2010-07-161-1/+1
* we don't have a gcc-lib in LIB_DIR any moreSimon Marlow2010-04-011-4/+0
* fix up libm detection and use (#3724)Simon Marlow2009-12-161-1/+4
* Rollback #1185 fixSimon Marlow2009-11-061-16/+0
* Fix #1185 (RTS part, also needs corresponding change to libraries/base)Simon Marlow2009-11-031-0/+16
* Use _ rather than : for the builtin package filenamesIan Lynagh2009-09-131-2/+2
* fix -u flags (after changes for #3310)Simon Marlow2009-09-031-4/+4
* Add unique package identifiers (InstalledPackageId) in the package DBSimon Marlow2009-08-201-1/+2
* Put "dl" back in rts/package.conf if HAVE_DL is definedIan Lynagh2009-08-211-0/+3
* fix an includeSimon Marlow2009-08-191-1/+1
* remove old incarnation of .NET supportSimon Marlow2009-06-281-3/+0
* Add a #endif back that was accidentally removed from package.conf.inIan Lynagh2009-06-161-0/+1
* Stop building the rts against gmpDuncan Coutts2009-06-131-23/+3
* Update symbol names; fixes the build on OSXIan Lynagh2009-06-121-8/+8
* GHC new build system megapatchIan Lynagh2009-04-261-5/+5
* Rewrite of signal-handling (ghc patch; see also base and unix patches)Simon Marlow2009-02-191-0/+2
* leave out rts/ from include-dirs in the inplace rts packageSimon Marlow2009-02-041-1/+0
* Workaround for #2262, from Barney StratfordSimon Marlow2008-12-161-0/+4
* Fix typo (HAVE_LIBGMP => HAVE_LIB_GMP); omit local gmp includes if HAVE_LIB_GMPSimon Marlow2008-11-191-1/+3
* Run sparks in batches, instead of creating a new thread for each oneSimon Marlow2008-11-061-5/+3
* Turn libffi into a Haskell packageClemens Fruhwirth2008-10-081-3/+1
* Don't put the mingw directory in RTS's package.confIan Lynagh2008-09-181-3/+0
* FIX #2554: GHC.TopHandler.{runIO,runNonIO} should be GC rootsSimon Marlow2008-09-021-0/+4