- 16 Feb, 2010 1 commit
-
-
Simon Marlow authored
Should fix an occasional build error of the form ghc-pkg: too few bytes. Failed reading at byte position 8
-
- 30 Nov, 2009 1 commit
-
-
Simon Marlow authored
-
- 25 Nov, 2009 1 commit
-
-
Simon Marlow authored
So ghc-pkg register/update takes input in UTF-8, and ghc-pkg dump outputs in UTF-8. Textual package config files in the package DB are assumed to be in UTF-8.
-
- 06 Oct, 2009 1 commit
-
-
Simon Marlow authored
-
- 30 Sep, 2009 1 commit
-
-
kili authored
-
- 14 Sep, 2009 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 11 Sep, 2009 1 commit
-
-
Simon Marlow authored
-
- 10 Sep, 2009 1 commit
-
-
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
-
- 24 Aug, 2009 1 commit
-
-
Simon Marlow authored
-
- 20 Aug, 2009 1 commit
-
-
Simon Marlow authored
See commentary at http://hackage.haskell.org/trac/ghc/wiki/Commentary/Packages
-
- 07 Jul, 2009 1 commit
-
-
Ian Lynagh authored
-
- 01 Jul, 2009 1 commit
-
-
batterseapower authored
-
- 22 Jun, 2009 1 commit
-
-
Simon Marlow authored
-
- 29 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 05 Jun, 2009 1 commit
-
-
Ian Lynagh authored
-
- 21 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 26 Apr, 2009 1 commit
-
-
Ian Lynagh authored
-
- 15 Jan, 2009 1 commit
-
-
Simon Marlow authored
We now look for missing files (including .hi files), and report all the packages that are transitively broken. $ ghc-pkg check There are problems in package syb-0.1.0.0: dependency foo-4.0.0.0 doesn't exist There are problems in package process-1.0.1.1: file System/Process.hi is missing The following packages are broken, either because they have a problem listed above, or because they depend on a broken package. syb-0.1.0.0 process-1.0.1.1 base-3.0.3.0 Cabal-1.7.0 haskell98-1.0.1.0 haddock-2.4.2 ghc-6.11
-
- 09 Jan, 2009 1 commit
-
-
Simon Marlow authored
-
- 08 Jan, 2009 1 commit
-
-
Simon Marlow authored
We allowed non-existence before because the user DB is allowed to not exist, so now we have an explicit exception for that case.
-
- 31 Oct, 2008 1 commit
-
-
Ian Lynagh authored
-
- 03 Oct, 2008 1 commit
-
-
Ian Lynagh authored
-
- 20 Sep, 2008 1 commit
-
-
Ian Lynagh authored
-
- 17 Sep, 2008 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
It was calling openTempFile which uses a 600 permissions mask.
-
- 21 Aug, 2008 1 commit
-
-
Ian Lynagh authored
-
- 18 Aug, 2008 2 commits
-
-
Simon Marlow authored
This was broken in the System.FilePath switchover, since filepath's splitSearchPath doesn't do what we want (it ignores empty components on Windows, and treats them as "." on Unix). So we use our own hand-rolled version, just like GHC.
-
Simon Marlow authored
-
- 14 Aug, 2008 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 13 Aug, 2008 3 commits
-
-
Simon Marlow authored
This depends on #2298 also being fixed, which I'll do shortly
-
Simon Marlow authored
-
Simon Marlow authored
-
- 30 Jul, 2008 1 commit
-
-
Ian Lynagh authored
-
- 22 Jul, 2008 1 commit
-
-
Ian Lynagh authored
-
- 19 Jul, 2008 1 commit
-
-
Ian Lynagh authored
-
- 18 Jul, 2008 1 commit
-
-
Ian Lynagh authored
-
- 11 Jul, 2008 1 commit
-
-
Simon Marlow authored
-
- 29 Jun, 2008 1 commit
-
-
Ian Lynagh authored
-