After enjoying a working GHC HEAD build for a few days...

Simon Peyton-Jones simonpj at microsoft.com
Thu Aug 21 03:50:22 EDT 2008


Fixed.

Simon

bash-3.2$ darcs what
hunk ./compiler/typecheck/TcGenDeriv.lhs 1300
-mk_data_type_name :: TyCon -> RdrName  -- $tT
+mk_data_type_name :: TyCon -> RdrName  -- "$tT"
hunk ./compiler/typecheck/TcGenDeriv.lhs 1303
-mk_constr_name :: DataCon -> RdrName   -- $cC
+mk_constr_name :: DataCon -> RdrName   -- "$cC"

| -----Original Message-----
| From: cvs-ghc-bounces at haskell.org [mailto:cvs-ghc-bounces at haskell.org] On Behalf Of Simon Peyton-Jones
| Sent: 21 August 2008 08:28
| To: Manuel M T Chakravarty; cvs-ghc at haskell.org
| Subject: RE: After enjoying a working GHC HEAD build for a few days...
|
| I suspect that is my fault, although I did validate.  I will check
|
| Ian: could validate continue after a Haddock failure, and simply report it along with other test
| failures?  That would stop a Haddock failure completely borking the validate run. Or would that be hard?
|
| Simon



More information about the Cvs-ghc mailing list