cvs commit: fptools/ghc/lib/std PrelBase.lhs PrelInt.lhs PrelWord.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 3 Apr 2001 08:05:53 -0700


simonmar    2001/04/03 08:05:53 PDT

  Modified files:
    ghc/lib/std          PrelBase.lhs PrelInt.lhs PrelWord.lhs 
  Log:
  Move the RULES for intToInt32# and wordToWord32# to PrelBase, so that
  PrelInt and PrelWord are no longer orphan modules.
  
  Revision  Changes    Path
  1.44      +8 -1      fptools/ghc/lib/std/PrelBase.lhs
  1.12      +0 -4      fptools/ghc/lib/std/PrelInt.lhs
  1.9       +0 -4      fptools/ghc/lib/std/PrelWord.lhs