| Commit message (Expand) | Author | Age | Files | Lines |
* | fix the Windows build some more | Simon Marlow | 2010-03-04 | 1 | -1/+2 |
* | fix Windows build | Simon Marlow | 2010-03-02 | 1 | -1/+4 |
* | Fix the build with GHC < 6.12 | Ian Lynagh | 2010-02-26 | 1 | -5/+7 |
* | Force encoding to UTF-8 when writing individual .conf files | Simon Marlow | 2010-02-24 | 1 | -14/+28 |
* | Write the binary cache file atomically | Simon Marlow | 2010-02-16 | 1 | -5/+13 |
* | document 'recache' command in the help output (#3684) | Simon Marlow | 2009-11-30 | 1 | -0/+7 |
* | Use UTF-8 explicitly for InstalledPackageInfo | Simon Marlow | 2009-11-25 | 1 | -7/+26 |
* | Make installation on *nix work for paths with spaces in their name | Ian Lynagh | 2009-11-05 | 2 | -5/+5 |
* | follow changes in Distribution.Simple.PackageIndex API | Simon Marlow | 2009-10-06 | 1 | -2/+2 |
* | Use "order only constraints" for directories | Ian Lynagh | 2009-10-02 | 1 | -5/+2 |
* | System.Console.Terminfo isn't available when bootstrapping. | Matthias Kilian | 2009-09-30 | 2 | -2/+3 |
* | Fix build on Windows | Simon Marlow | 2009-09-14 | 2 | -3/+6 |
* | Add "ghc-pkg init" command for creating a new package DB | Simon Marlow | 2009-09-14 | 1 | -0/+20 |
* | Fix the location of the package database in the installed ghc-pkg | Ian Lynagh | 2009-09-12 | 1 | -1/+1 |
* | remove superfluous trailing backslash | Simon Marlow | 2009-09-11 | 1 | -1/+1 |
* | Work around bug in old bytestring versions by reading the package DB strictly | Simon Marlow | 2009-09-11 | 1 | -1/+16 |
* | binary has unused-import warnings | Simon Marlow | 2009-09-10 | 1 | -1/+2 |
* | Change the representation of the package database | Simon Marlow | 2009-09-10 | 3 | -169/+349 |
* | Follow changes in Cabal: package -> sourcePackageId | Simon Marlow | 2009-08-24 | 1 | -25/+25 |
* | Add unique package identifiers (InstalledPackageId) in the package DB | Simon Marlow | 2009-08-20 | 1 | -45/+80 |
* | Make our install variables etc compliant with GNU standards; fixes #1924 | Ian Lynagh | 2009-08-14 | 1 | -1/+1 |
* | Fix permissions when installing | Ian Lynagh | 2009-08-02 | 1 | -1/+1 |
* | Fix ignored-monadic-result warnings | Ian Lynagh | 2009-07-07 | 1 | -1/+1 |
* | Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263 | Max Bolingbroke | 2009-07-01 | 1 | -5/+5 |
* | follow change in System.Posix.Internals.c_open | Simon Marlow | 2009-06-22 | 1 | -1/+5 |
* | Changes for the new IO library, mainly base-package modules moving around | Simon Marlow | 2009-05-29 | 1 | -0/+4 |
* | ghc-pkg now takes a verbosity argument | Ian Lynagh | 2009-06-05 | 1 | -23/+47 |
* | depend on mk/project.mk appropriately | Simon Marlow | 2009-05-29 | 1 | -1/+1 |
* | Quote commands that we run, so they work if there are space in their paths | Ian Lynagh | 2009-05-30 | 1 | -9/+9 |
* | fix warning (and validate) | Simon Marlow | 2009-05-21 | 1 | -2/+1 |
* | Use SRC_HC_OPTS when making ghc-cabal and ghc-pkg | Ian Lynagh | 2009-05-20 | 1 | -1/+1 |
* | Fix building ghc-pkg when bootstrapping | Ian Lynagh | 2009-05-20 | 1 | -0/+21 |
* | Simplify ghc-pkg's ghc.mk slightly | Ian Lynagh | 2009-05-20 | 1 | -1/+1 |
* | Add a header to all build system files: | Simon Marlow | 2009-04-28 | 2 | -0/+24 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 3 | -47/+101 |
* | soup-up "ghc-pkg check" | Simon Marlow | 2009-01-15 | 1 | -76/+169 |
* | FIX BUILD on Windows (fix for #2873 broke it) | Simon Marlow | 2009-01-09 | 1 | -0/+3 |
* | Fix #2873: should fail if a package DB desn't exist | Simon Marlow | 2009-01-08 | 1 | -15/+15 |
* | Refuse to register packages with unversioned dependencies; trac #1837 | Ian Lynagh | 2008-10-31 | 1 | -0/+5 |
* | Always use extensible exceptions in ghc-pkg, rather than using ifdefs | Ian Lynagh | 2008-10-03 | 2 | -29/+13 |
* | Fix building with GHC 6.6 | Ian Lynagh | 2008-09-20 | 1 | -1/+7 |
* | Wibble ghc-pkg imports to fix building on Windows | Ian Lynagh | 2008-09-17 | 1 | -2/+1 |
* | ghc-pkg needs to make package.conf with sensible permissions | Ian Lynagh | 2008-09-17 | 1 | -11/+65 |
* | Re-merge concurrent,timeout,unique,st,getopt into base | Ian Lynagh | 2008-09-03 | 1 | -4/+0 |
* | Update the build system to handle building and using haddock2 | Ian Lynagh | 2008-08-28 | 1 | -2/+2 |
* | concurrent, unique, timeout have now been split off from base | Ian Lynagh | 2008-08-24 | 1 | -1/+2 |
* | getopt is now split off from base | Ian Lynagh | 2008-08-24 | 1 | -4/+16 |
* | Make some utils -Wall clean | Ian Lynagh | 2008-08-21 | 1 | -8/+11 |
* | FIX #2521: trailing colon in GHC_PACKAGE_PATH | Simon Marlow | 2008-08-18 | 1 | -1/+21 |
* | Test for and reject duplicate dependencies (#2330) | Simon Marlow | 2008-08-18 | 1 | -7/+10 |