Skip to content
Snippets Groups Projects
  1. Nov 07, 2000
  2. Nov 02, 2000
    • Simon Marlow's avatar
      [project @ 2000-11-02 14:27:01 by simonmar] · 803963ad
      Simon Marlow authored
      Cleaning up the configuration/build process.
      
        - New build.mk option: GhcWithInterpreter. It has reasonable
          defaults, and shouldn't need to be overriden (you get the interpreter
          if you're bootstrapping with ghc 4.09+ on an ELF architecture, at
          the moment).
      
        - compilation manager now lives in compiler/compMan.  compiler/ghci
          contains only interpreter-related files.
      
        - WithGhcHc has gone, it now defaults to $(GHC).  This is so that
          we can reliably determine the version of $(GHC) using the stuff that
          configure tells us.  configure gets a new --with-ghc option so you
          can specify which ghc to use.
      803963ad
  3. Sep 11, 2000
  4. Sep 10, 2000
  5. Sep 05, 2000
  6. Aug 21, 2000
  7. Aug 04, 2000
  8. Jul 11, 2000
  9. Jun 30, 2000
  10. Jun 29, 2000
  11. Jun 15, 2000
  12. Jun 08, 2000
  13. Jun 01, 2000
  14. May 31, 2000
  15. May 12, 2000
  16. May 09, 2000
    • Reuben Thomas's avatar
      [project @ 2000-05-09 10:43:45 by rrt] · dfc021e7
      Reuben Thomas authored
      Changed Perl test so that it simply allows vv5 & 6 and disallows any other;
      also hardwire path to perl to /bin/perl under Windows, to avoid clashing with
      other weird Perls that may be on the path.
      dfc021e7
  17. Apr 21, 2000
  18. Apr 06, 2000
  19. Apr 04, 2000
  20. Mar 13, 2000
  21. Feb 25, 2000
  22. Jan 26, 2000
  23. Jan 25, 2000
  24. Jan 24, 2000
  25. Jan 22, 2000
  26. Dec 07, 1999
    • Simon Marlow's avatar
      [project @ 1999-12-07 15:43:40 by simonmar] · 747bac96
      Simon Marlow authored
      Automatically detect installed copies of ghc, nhc and hbc and plug
      them into the Makefile variables $(GHC), $(NHC) and $(HBC)
      respectively.  $(HC) is now supposed to be a generic installed haskell
      compiler, which defaults to $(GHC) and can be changed via ./configure
      --with-hc=<blah>.
      
      Reorganise and tidy up a few things in config.mk.in.
      747bac96
    • chak@cse.unsw.edu.au.'s avatar
      [project @ 1999-12-07 14:46:31 by chak] · 6fb805e5
      chak@cse.unsw.edu.au. authored
      Package local configuration scripts allow to modularise the configuration (we
      start by having one for ghc):
      * Modularised configuration avoids unnecessary dependencies for individual
        packages.
      * Furthermore, package local configuration (such as entering version
        information into rpm .spec files) is possible.
      6fb805e5
  27. Dec 01, 1999
  28. Nov 25, 1999
  29. Nov 12, 1999
  30. Oct 05, 1999
  31. Jul 14, 1999
  32. May 04, 1999
  33. Feb 08, 1999
  34. Jan 26, 1999
  35. Dec 02, 1998
Loading