Skip to content
Snippets Groups Projects
  1. Jul 08, 2011
  2. Jun 19, 2011
  3. Jun 18, 2011
  4. Apr 24, 2011
  5. Apr 23, 2011
  6. Apr 08, 2011
  7. Apr 02, 2011
  8. Jan 16, 2011
  9. Oct 16, 2010
  10. Oct 12, 2010
  11. Sep 23, 2010
  12. Sep 20, 2010
  13. Jul 17, 2010
  14. May 02, 2010
  15. Feb 27, 2010
  16. Feb 23, 2010
  17. Jan 08, 2010
  18. Dec 18, 2009
  19. Dec 17, 2009
  20. Dec 05, 2009
  21. Nov 29, 2009
  22. Nov 17, 2009
    • Ian Lynagh's avatar
      Fix gen_contents_index on MSYS · eb5afeaa
      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.
      eb5afeaa
  23. Nov 08, 2009
  24. Oct 06, 2009
  25. Sep 11, 2009
  26. Sep 10, 2009
    • Simon Marlow's avatar
      fix warnings · 95693ea9
      Simon Marlow authored
      95693ea9
    • Simon Marlow's avatar
      Change the representation of the package database · 930421d4
      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
      930421d4
  27. Aug 02, 2009
  28. Jul 18, 2009
  29. Jun 17, 2009
  30. Jun 16, 2009
  31. Jun 15, 2009
  32. May 09, 2009
  33. May 08, 2009
  34. Apr 26, 2009
Loading