[project @ 2004-03-22 09:00:28 by ralf]
authorralf <unknown>
Mon, 22 Mar 2004 09:00:28 +0000 (09:00 +0000)
committerralf <unknown>
Mon, 22 Mar 2004 09:00:28 +0000 (09:00 +0000)
commitcfd7a0d5daf0c2e2bc6526e941c1e0817432f3b5
tree76c6db5c0c74a95684c4cffbde414a03e0031873
parentf8daa233ecde216b4b4ba3e2a22679406774a942
[project @ 2004-03-22 09:00:28 by ralf]
Boot-strapping ghc revealed an issue related to yesterday's renaming
of Data.Typeable. I can now build a stage1 compiler again. Let me try
a stage2 one as well.

ralf        2004/03/21 11:06:04 PST

  Modified files:
    ghc/compiler/prelude PrelNames.lhs
    ghc/compiler/typecheck TcGenDeriv.lhs
  Log:
  Implemented renaming for Data.Typeable
  as far as deriving mechanism is involved.
  See http://www.haskell.org//pipermail/libraries/2004-March/001846.html

  Revision  Changes    Path
  1.88      +1 -1      fptools/ghc/compiler/prelude/PrelNames.lhs
  1.107     +1 -1      fptools/ghc/compiler/typecheck/TcGenDeriv.lhs
ghc/compiler/utils/Panic.lhs