Skip to content
Snippets Groups Projects
  1. Oct 01, 2013
  2. Mar 01, 2013
  3. 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
  4. Mar 31, 2011
  5. Dec 16, 2010
  6. Dec 10, 2010
  7. Nov 20, 2010
  8. Sep 21, 2010
  9. Jun 16, 2010
  10. May 08, 2010
  11. Apr 15, 2010
  12. Nov 30, 2009
  13. Nov 25, 2009
  14. Sep 27, 2009
  15. Jun 13, 2009
  16. May 14, 2009
  17. May 04, 2009
  18. Apr 28, 2009
  19. Apr 26, 2009
  20. 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
  21. Sep 12, 2008
  22. Aug 24, 2008
  23. Dec 07, 2007
  24. Nov 15, 2007
  25. Sep 05, 2007
  26. Aug 23, 2007
  27. Aug 22, 2007
Loading