summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
Commit message (Expand)AuthorAgeFilesLines
* Use DESTDIR when installingIan Lynagh2007-08-281-1/+1
* convert to use System.FilePathSimon Marlow2007-08-261-85/+8
* Link ghc-pkg and hpc with containers if building ghc 6.7 or newerEsa Ilari Vuokko2007-08-211-0/+4
* compile the -inplace programs using $(HC), not $(GHC)Simon Marlow2007-07-311-1/+1
* make inplace scripts less sensitive to /bin/sh quoting by avoiding \Simon Marlow2007-06-231-1/+1
* further fixes to the inplace scriptsLemmih2007-06-211-2/+2
* Fix problems with new inplace stuff on CygwinSimon Marlow2007-06-211-1/+6
* Use a real binary instead of scripts for ghc-inplaceSimon Marlow2007-06-211-19/+21
* Fix up whitespaceIan Lynagh2007-06-091-270/+269
* Fix bindist creationIan Lynagh2007-06-011-0/+5
* Rework the build system a bitIan Lynagh2007-05-312-55/+26
* Make package.conf files a bit more readableIan Lynagh2007-05-301-1/+3
* remove #if branches for pre-ghc-6.0Isaac Dupree2007-06-051-17/+0
* Remove ghc_ge_504 (it's required to be true now anyway)Ian Lynagh2007-05-091-4/+0
* don't forget to clean the .bat filesSimon Marlow2007-04-271-0/+2
* Fix bat-script generation for MSyssimonpj@microsoft.com2007-04-181-1/+2
* Don't use compat when compiling utils with stage1Ian Lynagh2007-02-062-2/+10
* Fix ghc-pkg now showError has been removedIan Lynagh2007-01-151-2/+4
* expand $topdir in the output of 'ghc-pkg field'Simon Marlow2007-01-091-1/+28
* Change a comma to a colonIan Lynagh2006-11-251-1/+1
* ghc-pkg: New command 'check' and made 'list' indicate broken packagesLennart Kolmodin2006-11-051-5/+49
* Emit .bat version of -inplace script on Windows platformssof@galois.com2006-11-171-0/+8
* add --force-files, like --force but doesn't allow missing dependenciesSimon Marlow2006-09-181-24/+43
* Where we use $(GhcHcOpts), also add $(GhcStage1HcOpts)Simon Marlow2006-08-091-1/+1
* savingOldConfig: add Exception.block for extra paranoiaSimon Marlow2006-08-011-1/+1
* Refactor ghc-pkgIan Lynagh2006-07-291-36/+33
* oops, remove old packages when updatingSimon Marlow2006-07-271-1/+2
* Remove most of the conflict checking and auto-hidingSimon Marlow2006-07-251-140/+6
* comment formattingSimon Marlow2006-07-251-1/+1
* Be lazier in user config creation, and don't fail on missing configs.Ian Lynagh2006-06-241-8/+1
* Reorganisation of the source treeSimon Marlow2006-04-073-0/+1297