fix haddock submodule pointer
[ghc-hetmet.git] / utils / ghc-pkg /
2011-06-10 Ian LynaghFix parsing "$topdir" in package config
2011-06-09 Ian LynaghFix build
2011-06-09 Duncan CouttsFix for $topdir appearing in the haddock-html field
2011-05-25 Duncan Couttsghc-pkg: report parser warnings when registering packages
2011-05-25 Duncan CouttsProvide the pkgroot value in ghc-pkg dump & describe...
2011-05-25 Duncan CouttsAdd stricter ghc-pkg checks on package file/dir/url...
2011-05-25 Duncan CouttsImplement ${pkgroot} spec, allows relocatable registere...
2011-05-25 Duncan CouttsDeprecate the ghc-pkg --auto-ghci-libs flag
2011-05-25 Duncan Couttsghc-pkg: don't expand ${name}-style env vars by default
2011-05-14 Max BolingbrokeUnicode fixes, taking into account PEP383 support
2011-04-11 Simon Marlowghc-pkg dependency on ghc-cabal should be an order...
2011-01-17 Ian LynaghAdd NondecreasingIndentation to the list of extensions...
2011-01-06 Ian LynaghOn Cygwin, use a Cygwin-style path for /bin/install...
2010-12-18 Ian LynaghReplace uses of the old try function with the new one
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-12-15 Ian LynaghRemove more dead code now we require GHC >= 6.12
2010-11-27 Ian LynaghRemove the no-ghci-lib warning in ghc-pkg
2010-10-13 Ian LynaghRemove ghc-pkg's dependency on haskell98
2010-10-12 Ian LynaghFix build on Windows: ghc-pkg/Main.hs needs ForeignFunc...
2010-10-06 Ian LynaghFix build following haskell98 and -fglasgow-exts changes
2010-09-17 Ian LynaghBump dependencies
2010-09-02 Ian LynaghAdd some -no-user-package-conf flags
2010-08-01 Ian LynaghFix build: Add newline to end of ghc-pkg/Main.hs
2010-07-25 ich@christoph-baue... ghc-pkg: don't fail, if a file is already removed
2010-07-15 Ian LynaghRemove an unnecessary #include
2010-07-15 Ian LynaghSimplify some more CPP __GLASGOW_HASKELL__ tests
2010-07-15 Ian LynaghRemove some code only used with GHC 6.11.*
2010-07-15 Ian Lynagh__GLASGOW_HASKELL__ >= 609 is now always true
2010-07-04 Ian LynaghSimplify ghc-pkg's Cabal dependencies
2010-07-04 Ian LynaghUse Cabal to configure the dist-install ghc-pkg; fixes...
2010-06-15 Simon Marlowit should be an error to use relative directories ...
2010-06-15 Simon Marlowmissing include-dirs or library-dirs is only a warning...
2010-06-06 Ian LynaghIn ghc-pkg, send warnings to stderr
2010-03-24 Ian LynaghAppend $(exeext) to utils/ghc-pkg_dist_PROG
2010-03-04 Simon Marlowfix the Windows build some more
2010-03-02 Simon Marlowfix Windows build
2010-02-26 Ian LynaghFix the build with GHC < 6.12
2010-02-24 Simon MarlowForce encoding to UTF-8 when writing individual .conf...
2010-02-16 Simon MarlowWrite the binary cache file atomically
2009-11-30 Simon Marlowdocument 'recache' command in the help output (#3684)
2009-11-25 Simon MarlowUse UTF-8 explicitly for InstalledPackageInfo
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-10-06 Simon Marlowfollow changes in Distribution.Simple.PackageIndex API
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-30 Matthias KilianSystem.Console.Terminfo isn't available when bootstrapping.
2009-09-14 Simon MarlowFix build on Windows
2009-09-14 Simon MarlowAdd "ghc-pkg init" command for creating a new package DB
2009-09-12 Ian LynaghFix the location of the package database in the install...
2009-09-11 Simon Marlowremove superfluous trailing backslash
2009-09-11 Simon MarlowWork around bug in old bytestring versions by reading...
2009-09-10 Simon Marlowbinary has unused-import warnings
2009-09-10 Simon MarlowChange the representation of the package database
2009-08-24 Simon MarlowFollow changes in Cabal: package -> sourcePackageId
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-08-02 Ian LynaghFix permissions when installing
2009-07-07 Ian LynaghFix ignored-monadic-result warnings
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-22 Simon Marlowfollow change in System.Posix.Internals.c_open
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-06-05 Ian Lynaghghc-pkg now takes a verbosity argument
2009-05-29 Simon Marlowdepend on mk/project.mk appropriately
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-21 Simon Marlowfix warning (and validate)
2009-05-20 Ian LynaghUse SRC_HC_OPTS when making ghc-cabal and ghc-pkg
2009-05-20 Ian LynaghFix building ghc-pkg when bootstrapping
2009-05-20 Ian LynaghSimplify ghc-pkg's ghc.mk slightly
2009-04-28 Simon MarlowAdd a header to all build system files:
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...
next