- Jul 08, 2011
-
-
Ian Lynagh authored
-
- Jun 19, 2011
-
-
Ian Lynagh authored
-
- Jun 18, 2011
-
-
David Terei authored
-
- Apr 24, 2011
-
-
Ian Lynagh authored
-
- Apr 23, 2011
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Apr 08, 2011
-
-
Ian Lynagh authored
We are now more lenient in parsing the packages file, and we don't use any GNUisms. Based on a patch from Matthias Kilian.
-
- Apr 02, 2011
-
-
Ian Lynagh authored
-
- Jan 16, 2011
-
-
Ian Lynagh authored
-
- Oct 16, 2010
-
-
Ian Lynagh authored
We don't install dph etc, so don't put them in the doc index.
-
- Oct 12, 2010
-
-
Ian Lynagh authored
-
- Sep 23, 2010
-
-
Ian Lynagh authored
-
- Sep 20, 2010
-
-
Ian Lynagh authored
-
- Jul 17, 2010
-
-
Ian Lynagh authored
-
- May 02, 2010
-
-
Ian Lynagh authored
-
- Feb 27, 2010
-
-
Ian Lynagh authored
Silences a (harmless) error from tar when making bindists
-
- Feb 23, 2010
-
-
Ian Lynagh authored
-
- Jan 08, 2010
-
-
Ian Lynagh authored
It was making incorrect URLs due to a shell script error.
-
- Dec 18, 2009
-
-
Ian Lynagh authored
-
- Dec 17, 2009
-
-
Ian Lynagh authored
-
- Dec 05, 2009
-
-
Ian Lynagh authored
-
- Nov 29, 2009
-
-
Ian Lynagh authored
-
Ian Lynagh authored
We used to just get ghc: panic! (the 'impossible' happened) (GHC version 6.13.20091128 for x86_64-unknown-linux): too few bytes. Failed reading at byte position 32753 with no indication of what was being parsed.
-
- Nov 17, 2009
-
-
Ian Lynagh authored
On MSYS sed 's/.*[ \t]//' wasn't matching version:<tab>1.0 so I've switched to 's/.*[[:space:]]//' which works on Linux, cygwin and MSYS.
-
- Nov 08, 2009
-
-
Ian Lynagh authored
You can now have multiple versions of a package installed, and gen_contents_index will do the right thing.
-
- Oct 06, 2009
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Sep 11, 2009
-
-
Ian Lynagh authored
-
Simon Marlow authored
-
- Sep 10, 2009
-
-
Simon Marlow authored
-
Simon Marlow authored
- the package DB is a directory containing one file per package instance (#723) - there is a binary cache of the database (#593, #2089) - the binary package is now a boot package - there is a new package, bin-package-db, containing the Binary instance of InstalledPackageInfo for the binary cache. Also included in this patch - Use colour in 'ghc-pkg list' to indicate broken or hidden packages Broken packages are red, hidden packages are Colour support comes from the terminfo package, and is only used when - not --simple-output - stdout is a TTY - the terminal type has colour capability - Fix the bug that 'ghc-pkg list --user' shows everything as broken
-
- Aug 02, 2009
-
-
Ian Lynagh authored
-
- Jul 18, 2009
-
-
Ian Lynagh authored
-
- Jun 17, 2009
-
-
Simon Marlow authored
-
- Jun 16, 2009
-
-
Simon Marlow authored
Including help for directory-specific targets, such as 'make 1' in ghc
-
- Jun 15, 2009
-
-
Simon Marlow authored
i.e. not dph, and hence not stage2
-
- May 09, 2009
-
-
Ian Lynagh authored
-
- May 08, 2009
-
-
Ian Lynagh authored
-
- Apr 26, 2009
-
-
Ian Lynagh authored
-