summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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