Skip to content
Snippets Groups Projects
  1. Aug 24, 1999
    • Simon Peyton Jones's avatar
      [project @ 1999-08-24 08:52:25 by simonpj] · ac049528
      Simon Peyton Jones authored
      Make primOpHasSideEffects return True for the various Write primops.
      Amazingly, this wasn't done, and that meant that Write operations
      could be silently discarded!  This broke the GHC typechecker
      (actually the implementation of checkNoErrsTc, showed up in
      deriving code)
      ac049528
    • Simon Peyton Jones's avatar
      [project @ 1999-08-24 08:47:13 by simonpj] · 08dab195
      Simon Peyton Jones authored
      When recompiling with GHC 4.02 and Keith's new type representations,
      it seems that I need UVar to be in Var.hi-boot.  I don't think this
      will be the case with the better handling of SOURCE import in
      4.04, but for now I'm just going ahead and adding the UVar synonym
      to the Var.hi-boot files.
      08dab195
  2. Aug 23, 1999
  3. Aug 20, 1999
  4. Aug 17, 1999
  5. Aug 16, 1999
  6. Aug 09, 1999
    • sof's avatar
      [project @ 1999-08-09 14:28:49 by sof] · c8a3ddcb
      sof authored
      First step along the way of having GHC understand DOS-style paths
      (hot new feature!) - if ';' occurs in a -i<dirs> list, ';' is used
      to separate entries on the import search path, otherwise its trusty
      old ':'.
      
      [This commit is made simply to unblock some Win32 users, but it
       shouldn't have any untoward effects on others. If it does, please
       back it out as I'm about to take off for a couple of weeks.]
      c8a3ddcb
  7. Aug 06, 1999
  8. Aug 04, 1999
  9. Aug 03, 1999
  10. Aug 02, 1999
Loading