Skip to content
Snippets Groups Projects
  1. Feb 26, 2014
  2. Oct 01, 2013
  3. Mar 01, 2013
  4. May 15, 2012
    • pcapriotti's avatar
      Rename package-conf flags to package-db. · ca2debb2
      pcapriotti authored
      Rename package database flags in both GHC and ghc-pkg so that they are
      consistent with Cabal nomenclature.
      
      Add a version check to the build system so that the correct set of
      package db flags are used when the bootstrapping GHC has version < 7.5.
      ca2debb2
  5. Mar 31, 2011
  6. Dec 16, 2010
  7. Dec 10, 2010
  8. Nov 20, 2010
  9. Sep 21, 2010
  10. Jun 16, 2010
  11. May 08, 2010
  12. Apr 15, 2010
  13. Nov 30, 2009
  14. Nov 25, 2009
  15. Sep 27, 2009
  16. Jun 13, 2009
  17. May 14, 2009
  18. May 04, 2009
  19. Apr 28, 2009
  20. Apr 26, 2009
  21. Feb 10, 2009
    • Ian Lynagh's avatar
      Don't use the absolute path to the bindist tarball · f75d258c
      Ian Lynagh authored
      On Windows, we end up doing something like
          rsync c:/build/ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist
      and it thinks that it is meant to get the file from the host called "c".
      Now we just do
          rsync ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist
      so rsync understand what we mean.
      f75d258c
  22. Sep 12, 2008
  23. Aug 24, 2008
  24. Dec 07, 2007
  25. Nov 15, 2007
  26. Sep 05, 2007
  27. Aug 23, 2007
  28. Aug 22, 2007
Loading