summaryrefslogtreecommitdiff
path: root/compiler/main/Packages.lhs
Commit message (Expand)AuthorAgeFilesLines
...
* Check the modification times of libraries in --make link stepSimon Marlow2008-09-011-3/+7
* syb is now in its own packageIan Lynagh2008-08-251-0/+1
* Follow changes in CabalIan Lynagh2008-08-131-1/+1
* Add -XPackageImports, new syntax for package-qualified importsSimon Marlow2008-08-051-10/+17
* Fix errors with haddock 0.8Ian Lynagh2008-08-071-1/+1
* Document Packages and a minor refactoringMax Bolingbroke2008-07-311-30/+42
* Follow changes in the base libraryIan Lynagh2008-07-311-2/+4
* Follow extensible exception changesIan Lynagh2008-07-301-3/+2
* Don't prematurely link shared libraries against the RTS packageSimon Marlow2008-07-241-13/+21
* Fix some argument namesIan Lynagh2008-07-171-1/+1
* Extend the flag for not automatically linking haskell98Ian Lynagh2008-07-081-2/+4
* Make dph-seq and dph-par wired-in packagesRoman Leshchinskiy2008-07-011-0/+2
* Follow Cabal changesIan Lynagh2008-06-291-6/+4
* Follow Cabal changesIan Lynagh2008-06-261-3/+3
* Make the wired-in packages code handle ndp mapping to ndp-seq or ndp-parIan Lynagh2008-06-181-21/+32
* Pass dynflags down to loadPackageConfig rather than using defaultDynFlagsIan Lynagh2008-06-141-1/+1
* Follow changes in CabalIan Lynagh2008-05-101-10/+10
* (F)SLIT -> (f)sLit in PackagesIan Lynagh2008-04-121-10/+10
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-6/+0
* Make use of the SDoc type synonymIan Lynagh2008-03-261-3/+2
* Fix warnings in main/PackagesIan Lynagh2008-03-251-11/+12
* Follow library changesIan Lynagh2008-03-231-4/+6
* FIX #2023: substitute for $topdir in haddockInterfaces and haddockHTMLsSimon Marlow2008-02-091-1/+4
* Remove some of the old compat stuff now that we assume GHC 6.4Simon Marlow2008-02-081-4/+0
* FIX #1750: throw out mutually recursive groups of packagesSimon Marlow2008-01-231-14/+23
* lots of portability changes (#1405)Isaac Dupree2008-01-171-1/+1
* Use System.FilePathIan Lynagh2008-01-121-5/+6
* MERGED: Define and use $httptopdir for the haddock docs locationsIan Lynagh2007-11-031-1/+4
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-5/+10
* Remove current package from preloaded package setClemens Fruhwirth2007-09-261-1/+5
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Change package name mangling when linking against DSOsClemens Fruhwirth2007-06-281-17/+8
* Make package ndp wired-inRoman Leshchinskiy2007-06-291-1/+2
* remove unused origPkgIdMap field from PackageStateSimon Marlow2006-10-061-4/+0
* Cache the package database the first time it is readSimon Marlow2006-10-061-1/+2
* Module header tidyup #2Simon Marlow2006-10-111-10/+7
* Packages cleanup, and allow new packages to be loaded with :set againSimon Marlow2006-09-191-152/+228
* fix some problems with wired-in packagesSimon Marlow2006-07-271-16/+26
* Generalise Package SupportSimon Marlow2006-07-251-175/+95
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+705