summaryrefslogtreecommitdiff
path: root/compiler/main/Packages.lhs
Commit message (Expand)AuthorAgeFilesLines
* Add throwGhcExceptionIO and change a few uses of throwGhcException to use itIan Lynagh2013-01-301-6/+7
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-6/+6
* Some alpha renamingIan Lynagh2012-10-161-6/+6
* Rename DynFlag to GeneralFlagIan Lynagh2012-10-161-1/+1
* Make the ways dynamicIan Lynagh2012-09-031-5/+4
* Refactor the ways code a bitIan Lynagh2012-09-031-3/+3
* -package P was loading all versions of P in GHCi (#7030)Simon Marlow2012-07-021-1/+3
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-22/+28
* Improve error message for invalid package db file (#6133).Paolo Capriotti2012-06-041-1/+6
* Simplify the behavior of package db flags.Paolo Capriotti2012-05-151-9/+3
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-151-2/+2
* Add flags to manipulate package db stack (#5977)Paolo Capriotti2012-05-151-42/+39
* Whitespace only in main/Packages.lhsIan Lynagh2012-04-011-167/+160
* Fix '-distrust-all-packages' flag.David Terei2012-02-081-1/+1
* Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-121-4/+4
* Remove the -fdph-* flagsManuel M T Chakravarty2011-11-101-7/+1
* GHC is now independent of the DPH library structureManuel M T Chakravarty2011-11-101-2/+2
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Verify that I can still add tabs to a file already containing themMax Bolingbroke2011-10-261-1/+1
* SafeHaskell: Add new package flags for setting trustDavid Terei2011-06-171-6/+29
* Fix parsing "$topdir" in package configIan Lynagh2011-06-101-18/+20
* Implement ${pkgroot} spec, allows relocatable registered packagesDuncan Coutts2011-05-251-23/+50
* Split off a Settings type from DynFlagsIan Lynagh2011-04-221-1/+1
* DPH options updatedManuel M T Chakravarty2011-01-241-8/+13
* Implement fuzzy matching for the Findersimonpj@microsoft.com2010-12-221-5/+27
* Fix #4424. Allow `-hide-all-packages` to be set dynamically.Thomas Schilling2010-10-211-1/+1
* Don't automatically link the haskell98 packageIan Lynagh2010-10-061-1/+0
* emit a helpful error message for missing DPH packagesSimon Marlow2010-09-231-0/+9
* Fix an ASSERT failure with profilingsimonpj@microsoft.com2010-09-221-0/+3
* Remove (most of) the FiniteMap wrapperIan Lynagh2010-09-141-30/+33
* Fix package shadowing order (#4072)Simon Marlow2010-05-191-8/+17
* Tweak layout for alternative layout ruleIan Lynagh2009-12-031-4/+4
* Fix bug when the combined package DB has duplicate package IDsSimon Marlow2009-11-121-4/+12
* Finish #3439: -ticky implies -debug at link time; the ticky "way" has goneSimon Marlow2009-11-041-2/+2
* Packages are only shadowed if the InstalledPackageId is *different*Simon Marlow2009-10-061-6/+7
* Fix #3439: -debug implies -ticky, and -ticky code links with any RTSSimon Marlow2009-09-181-3/+11
* Allow -package-id to override the default package shadowing semanticsSimon Marlow2009-09-171-13/+80
* Remove the old package.conf parser, use read instead (fixed #3410)Simon Marlow2009-09-111-2/+2
* Change the representation of the package databaseSimon Marlow2009-09-101-28/+25
* Add -package-id, improve package shadowing behaviour and error messagesSimon Marlow2009-09-081-89/+191
* Follow changes in Cabal: package -> sourcePackageIdSimon Marlow2009-08-241-15/+16
* fix an unused-import warningSimon Marlow2009-08-241-1/+0
* Add unique package identifiers (InstalledPackageId) in the package DBSimon Marlow2009-08-201-78/+82
* Make -dynamic a proper way, so we read the .dyn_hi filesSimon Marlow2009-08-201-3/+7
* Remove maybePrefixMatch, using stripPrefix insteadIan Lynagh2009-07-091-2/+2
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-2/+0
* syb no longer needs to be wired inIan Lynagh2009-03-261-1/+0
* Revert AutoLinkPackages change for dynamic libraries. Cabal handles that now.Clemens Fruhwirth2008-10-071-2/+2
* No AutoLinkPackages for dynamic library linkingClemens Fruhwirth2008-10-031-2/+2
* Remove last traces of package ndpRoman Leshchinskiy2008-09-161-2/+1