summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix references to exceptions from the RTSIan Lynagh2008-08-211-6/+4
* get exception names from Control.Exception.Base instead of Control.ExceptionRoss Paterson2008-08-121-4/+4
* Move Int, Float and Double into ghc-prim:GHC.TypesIan Lynagh2008-08-061-12/+12
* C# has moved to ghc-prim:GHC.TypesIan Lynagh2008-08-051-4/+4
* Follow extensible exception changesIan Lynagh2008-07-301-4/+4
* When raising NonTermination with the RTS, build the right valueIan Lynagh2008-06-211-2/+2
* allow PAPI to be installed somewhere non-standardSimon Marlow2007-11-011-3/+3
* Import libffi-3.0.4, and use it to provide FFI support in GHCiSimon Marlow2008-04-081-3/+2
* Follow library changesIan Lynagh2008-03-231-4/+4
* Add GMP_INCLUDE_DIRS in a couple of placesIan Lynagh2008-01-121-0/+1
* Optionally use libffi to implement 'foreign import "wrapper"' (#793)Simon Marlow2008-01-031-0/+3
* Eliminate external GMP dependenciesManuel M T Chakravarty2007-12-171-0/+8
* Also build gmp shared if neccessaryClemens Fruhwirth2007-08-101-1/+1
* Update the in-tree GMP; fixes trac #832Ian Lynagh2007-07-051-1/+3
* Have configure take arguments telling it where gmp is; fixes trac #957Ian Lynagh2007-03-111-3/+3
* we need GHC.Conc.ensureIOManagerIsRunning on Windows tooSimon Marlow2006-12-051-2/+0
* Addition of PAPI to RTSmrchebas@gmail.com2006-11-081-0/+3
* a couple more symbols need package namesSimon Marlow2006-07-271-2/+2
* change wired-in Haskell symbols to include the package nameSimon Marlow2006-07-261-66/+66
* Better control of the IO manager thread; improvements to deadlock checkingSimon Marlow2006-05-241-0/+8
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+152