I don't know why no one else seems to be affected by this, but these missing newlines make my validate fail.
Cheers, Pedro 2012/4/19 José Pedro Magalhães <j...@cs.uu.nl> > Repository : ssh://darcs.haskell.org//srv/darcs/ghc > > On branch : master > > > http://hackage.haskell.org/trac/ghc/changeset/d1060a0df58e996a682b7e22206156cd9a00a795 > > >--------------------------------------------------------------- > > commit d1060a0df58e996a682b7e22206156cd9a00a795 > Author: Jose Pedro Magalhaes <j...@cs.uu.nl> > Date: Thu Apr 19 17:13:20 2012 +0200 > > Add newline to the end of file > > >--------------------------------------------------------------- > > .../vectorise/Vectorise/Generic/Description.hs | 3 ++- > compiler/vectorise/Vectorise/Generic/PData.hs | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/compiler/vectorise/Vectorise/Generic/Description.hs > b/compiler/vectorise/Vectorise/Generic/Description.hs > index eed01b0..e6a2ee1 100644 > --- a/compiler/vectorise/Vectorise/Generic/Description.hs > +++ b/compiler/vectorise/Vectorise/Generic/Description.hs > @@ -288,4 +288,5 @@ defined by the data instance. For example with: > The type constructor corresponding to the instance will be named > 'PDataSum2', > and this is what we will get in the repr_psum_tc field of SumRepr.Sum. > > --} > \ No newline at end of file > +-} > + > diff --git a/compiler/vectorise/Vectorise/Generic/PData.hs > b/compiler/vectorise/Vectorise/Generic/PData.hs > index f860a4a..49997f8 100644 > --- a/compiler/vectorise/Vectorise/Generic/PData.hs > +++ b/compiler/vectorise/Vectorise/Generic/PData.hs > @@ -150,4 +150,5 @@ mkSumTys repr_selX_ty mkTc repr > mk_fam_inst :: TyCon -> TyCon -> (TyCon, [Type]) > mk_fam_inst fam_tc arg_tc > = (fam_tc, [mkTyConApp arg_tc . mkTyVarTys $ tyConTyVars arg_tc]) > --} > \ No newline at end of file > +-} > + > > > > _______________________________________________ > Cvs-ghc mailing list > Cvs-ghc@haskell.org > http://www.haskell.org/mailman/listinfo/cvs-ghc >
_______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc