always try to remove the new file before restoring the old one (#1963)
[ghc-hetmet.git] / utils / ghc-pkg / Main.hs
2007-12-14 Simon Marlowalways try to remove the new file before restoring...
2007-12-13 Simon MarlowFIX #1963: catch Ctrl-C and clean up properly
2007-12-12 Simon Marlow"list --simple-output" should be quiet when there are...
2007-11-16 Simon MarlowChange the command-line semantics for query commands
2007-11-16 Simon MarlowDisallow installing packages whose names differ in...
2007-11-14 Simon MarlowFIX #1596 (remove deprecated --define-name)
2007-11-14 Simon MarlowFIX #1837: remove deprecated support for unversioned...
2007-11-09 claus.reinke@talk2... FIX 1463 (implement 'ghc-pkg find-module')
2007-11-14 Simon Marlowremove --define-name from the --help usage message...
2007-11-14 Simon MarlowFIX #1837: emit deprecated message for unversioned...
2007-10-29 Ian LynaghTeach ghc-pkg about $httptopdir
2007-09-07 Ian LynaghAdd a --names-only flag for list --simple-output
2007-09-02 Ian LynaghFix warnings in ghc-pkg on Windows
2007-08-26 Simon Marlowconvert to use System.FilePath
2007-06-09 Ian LynaghFix up whitespace
2007-05-30 Ian LynaghMake package.conf files a bit more readable
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-02-06 Ian LynaghDon't use compat when compiling utils with stage1
2007-01-15 Ian LynaghFix ghc-pkg now showError has been removed
2007-01-09 Simon Marlowexpand $topdir in the output of 'ghc-pkg field'
2006-11-25 Ian LynaghChange a comma to a colon
2006-11-05 Lennart Kolmodinghc-pkg: New command 'check' and made 'list' indicate...
2006-09-18 Simon Marlowadd --force-files, like --force but doesn't allow missi...
2006-08-01 Simon MarlowsavingOldConfig: add Exception.block for extra paranoia
2006-07-29 Ian LynaghRefactor ghc-pkg
2006-07-27 Simon Marlowoops, remove old packages when updating
2006-07-25 Simon MarlowRemove most of the conflict checking and auto-hiding
2006-06-24 Ian LynaghBe lazier in user config creation, and don't fail on...
2006-04-07 Simon MarlowReorganisation of the source tree