GHC new build system megapatch
[ghc-hetmet.git] / utils / ghc-pkg /
2009-04-26 Ian LynaghGHC new build system megapatch
2009-01-15 Simon Marlowsoup-up "ghc-pkg check"
2009-01-09 Simon MarlowFIX BUILD on Windows (fix for #2873 broke it)
2009-01-08 Simon MarlowFix #2873: should fail if a package DB desn't exist
2008-10-31 Ian LynaghRefuse to register packages with unversioned dependenci...
2008-10-03 Ian LynaghAlways use extensible exceptions in ghc-pkg, rather...
2008-09-20 Ian LynaghFix building with GHC 6.6
2008-09-17 Ian LynaghWibble ghc-pkg imports to fix building on Windows
2008-09-17 Ian Lynaghghc-pkg needs to make package.conf with sensible permis...
2008-09-03 Ian LynaghRe-merge concurrent,timeout,unique,st,getopt into base
2008-08-28 Ian LynaghUpdate the build system to handle building and using...
2008-08-24 Ian Lynaghconcurrent, unique, timeout have now been split off...
2008-08-24 Ian Lynaghgetopt is now split off from base
2008-08-21 Ian LynaghMake some utils -Wall clean
2008-08-18 Simon MarlowFIX #2521: trailing colon in GHC_PACKAGE_PATH
2008-08-18 Simon MarlowTest for and reject duplicate dependencies (#2330)
2008-08-14 Simon MarlowFix #2441 (unregister/expose/hide packages in non-first...
2008-08-14 Simon Marlowadd --no-user-package-conf
2008-08-13 Simon MarlowFIX #1963: use Cabal's writeFileAtomic to write the...
2008-08-13 Simon MarlowFIX #2492: ghc-pkg insists on having HOME environment...
2008-08-13 Simon MarlowFIX #2491 (ghc-pkg unregister should complain about...
2008-08-13 dias@eecs.harvard.eduadd special globbing file for Windows to ghc-pkg.cabal
2008-08-11 Simon Marlowbuild base3-compat
2008-08-10 Ian Lynaghbindist fixes
2008-07-30 Ian LynaghFix building with extensible exceptions
2008-07-22 Ian LynaghFix the stage3 build
2008-07-19 Ian LynaghPut a #! line in ghc-pkg's shell wrapper
2008-07-19 Ian LynaghFix ghc-pkg inplace on Windows
2008-07-18 Ian LynaghBuild system tweaks
2008-07-18 Ian LynaghMore build system changes; hasktags is now built with...
2008-07-18 Ian LynaghRemove a comment
2008-07-18 Ian LynaghMore build system changes; ghc-pkg is now built with...
2008-07-11 Simon Marlowadd "ghc-pkg dump" (fixes #2201)
2008-07-08 Ian LynaghGet rid of compat/
2008-07-03 Ian LynaghRemove Cabal modules from compat
2008-06-29 Ian LynaghFollow Cabal changes
2008-06-26 Ian LynaghFollow Cabal changes
2008-05-10 Ian LynaghUpdate ghc-pkg to follow Cabal changes
2008-03-05 Ian LynaghCopy the right ghc-pkg.bin into bindists
2008-02-21 Manuel M T ChakravartyMac OS X deployment target: piping opts through Makefiles
2008-02-18 Manuel M T ChakravartyAll installed Haskell prgms have an inplace and an...
2008-02-17 Ian LynaghTweak whitespace
2008-02-17 Ian LynaghFix typo
2008-02-08 Simon MarlowRemove some of the old compat stuff now that we assume...
2008-02-05 Simon MarlowmatchesPkg: match against the pkg Id (foo-1.0) not...
2008-02-01 Simon MarlowFIX BUILD with ghc-6.4.x
2008-01-23 Simon MarlowFIX #1750: in isBrokenPackage, don't loop if the deps...
2008-01-22 Simon MarlowThis goes with the patch for #1839, #1463
2008-01-21 claus.reinke@talk2... FIX #1839, #1463, by supporting ghc-pkg bulk queries...
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-09 sven.panne@aedion.deRemoved install-dirs target, it is unnecessary and...
2007-09-06 Ian LynaghRemove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM
2007-09-02 Ian LynaghFix warnings in ghc-pkg on Windows
2007-08-28 Ian LynaghUse DESTDIR when installing
2007-08-26 Simon Marlowconvert to use System.FilePath
2007-08-21 Esa Ilari VuokkoLink ghc-pkg and hpc with containers if building ghc...
2007-07-31 Simon Marlowcompile the -inplace programs using $(HC), not $(GHC)
2007-06-23 Simon Marlowmake inplace scripts less sensitive to /bin/sh quoting...
2007-06-21 Lemmihfurther fixes to the inplace scripts
2007-06-21 Simon MarlowFix problems with new inplace stuff on Cygwin
2007-06-21 Simon MarlowUse a real binary instead of scripts for ghc-inplace
2007-06-09 Ian LynaghFix up whitespace
2007-06-01 Ian LynaghFix bindist creation
2007-05-31 Ian LynaghRework the build system a bit
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-05-09 Ian LynaghRemove ghc_ge_504 (it's required to be true now anyway)
2007-04-27 Simon Marlowdon't forget to clean the .bat files
2007-04-18 simonpj@microsoft.comFix bat-script generation for MSys
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-11-17 sof@galois.comEmit .bat version of -inplace script on Windows platforms
2006-09-18 Simon Marlowadd --force-files, like --force but doesn't allow missi...
2006-08-09 Simon MarlowWhere we use $(GhcHcOpts), also add $(GhcStage1HcOpts)
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-07-25 Simon Marlowcomment formatting
2006-06-24 Ian LynaghBe lazier in user config creation, and don't fail on...
2006-04-07 Simon MarlowReorganisation of the source tree