summaryrefslogtreecommitdiff
path: root/compiler/main/Packages.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix #15953 by consistently using dumpIfSet_dyn to print debug outputChaitanya Koparkar2018-11-291-4/+3
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+0
* compareByPreference: handle the integer-gmp vs -simple caseAlp Mestanogullari2018-11-121-3/+22
* Make GHC (the library) flexible in the choice of integer libraryJoachim Breitner2018-10-031-21/+27
* Expose 'moduleToPkgConfAll' from 'PackageState'Alec Theriault2018-09-051-1/+1
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-211-2/+2
* Fix gcc.exe: error: CreateProcess: No such file or directoryMoritz Angermann2018-06-201-1/+9
* Improve error message when importing an unusable packageSean D Gillespie2018-06-171-20/+76
* vectorise: Put it out of its miseryBen Gamari2018-06-021-9/+0
* isDllName: use Opt_ExternalDynamicRefs, not WayDynSimon Marlow2018-05-251-1/+1
* Restore 'It is a member of hidden package' message.Edward Z. Yang2018-02-061-1/+28
* Handle CPP properly in BackpackEdward Z. Yang2017-11-301-2/+8
* Allow the rts lib to be called rts-1.0Moritz Angermann2017-11-151-0/+12
* Include libraries which fill holes as deps when linking.Edward Z. Yang2017-10-031-1/+3
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Use ar for -staticlibMoritz Angermann2017-09-131-0/+8
* Add missing Semigroup instances to compilerHerbert Valerio Riedel2017-08-311-16/+13
* Remove dll-split.Tamar Christina2017-08-291-10/+14
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-4/+0
* Remove unneeded importGabor Greif2017-07-271-1/+0
* Update Cabal submodule, with necessary wibbles.Edward Z. Yang2017-04-261-1/+1
* Correctly handle wired in unit IDs in -instantiated-withEdward Z. Yang2017-04-021-20/+34
* Optimise common cases of GHC.setProgramDynFlagsSimon Marlow2017-04-011-4/+20
* Correctly account for -package-db ordering when picking packages.Edward Z. Yang2017-03-201-31/+80
* Print out sub-libraries of packages more nicely.Edward Z. Yang2017-03-021-3/+10
* Properly acquire locks on not yet existing package databasesAndrzej Rybczak2017-03-021-2/+27
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-211-115/+209
* Packages: Kill unused UnitId argument to isDllNameBen Gamari2016-12-161-2/+2
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-211-4/+29
* Make InstalledUnitId be ONLY a FastString.Edward Z. Yang2016-10-081-18/+24
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-73/+113
* The Backpack patch.Edward Z. Yang2016-10-081-100/+337
* Fix handling of package-db entries in .ghc.environment files, etc.Duncan Coutts2016-08-301-4/+3
* Log heap profiler samples to event logBen Gamari2016-07-161-2/+2
* Make UnitIdMap a deterministic mapBartosz Nitka2016-06-061-26/+27
* Handle unset HOME environment variable more gracefullyBen Gamari2016-03-111-3/+3
* GHCi: Fix load/reload space leaks (#4029)Jason Eisenberg2016-03-051-5/+7
* Simplify ghc-boot database representation with new type class.Edward Z. Yang2016-02-011-3/+7
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-8/+3
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-8/+8
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-3/+0
* The -package flag should select match from right-most package db.Edward Z. Yang2015-12-271-1/+3
* Implement -hide-all-plugin-packages and -plugin-package(-id), fixing #11244Edward Z. Yang2015-12-221-26/+85
* Refactor package flags into several distinct types.Edward Z. Yang2015-12-221-80/+119
* GHC doesn't have a way to ask for user-package-db, so Cabal reimplemented it.Edward Z. Yang2015-12-161-0/+3
* DynFlags: remove Opt_StaticThomas Miedema2015-12-151-3/+3
* Implement warnings for Semigroups as parent of MonoidDavid Luposchainsky2015-11-291-0/+16
* Reimplement shadowing on a per database basis.Edward Z. Yang2015-10-301-76/+120
* Implement MIN_VERSION and VERSION macros natively in GHC.Edward Z. Yang2015-10-261-1/+10