Skip to content
Snippets Groups Projects
  1. Dec 17, 1997
  2. Dec 16, 1997
  3. Dec 15, 1997
  4. Dec 08, 1997
    • Simon Marlow's avatar
      [project @ 1997-12-08 10:06:34 by simonm] · cb6085ec
      Simon Marlow authored
      Treat $(PROJECTVERSION) as a string, not a floating point number, to
      avoid rounding errors.
      
      Fool cpp into substituting for PROJECTVERSION within a string by using
      string gaps, not forgetting the space after the '\' at the end of the
      line to fool cpp into leaving the '\' behind :-)
      cb6085ec
  5. Dec 05, 1997
  6. Dec 04, 1997
    • Simon Marlow's avatar
      [project @ 1997-12-04 16:27:18 by simonm] · 1735a97e
      Simon Marlow authored
      Move a few instances of the Bounded class from PrelBase out into a new
      module PrelBounded.
      
      This enables the minBound value for Int to be fixed using a Literal
      Literal (using litlits requires an import of CCall, which imports
      PrelBase, hence the need to move this stuff outside).
      1735a97e
Loading