cvs commit: fptools/ghc/compiler/deSugar Check.lhs DsExpr.lhs Match.lhs MatchCon.lhs fptools/ghc/compiler/hsSyn HsPat.lhs fptools/ghc/compiler/main HscMain.lhs fptools/ghc/compiler/typecheck TcPat.lhs

Simon Marlow simonmar at haskell.org
Fri Oct 15 11:29:04 EDT 2004


simonmar    2004/10/15 08:29:03 PDT

  Modified files:
    ghc/compiler/deSugar Check.lhs DsExpr.lhs Match.lhs 
                         MatchCon.lhs 
    ghc/compiler/hsSyn   HsPat.lhs 
    ghc/compiler/main    HscMain.lhs 
    ghc/compiler/typecheck TcPat.lhs 
  Log:
  Add a SrcSpan to the DataCon in a ConPatOut.
  
  Revision  Changes    Path
  1.38      +9 -9      fptools/ghc/compiler/deSugar/Check.lhs
  1.110     +1 -1      fptools/ghc/compiler/deSugar/DsExpr.lhs
  1.67      +2 -2      fptools/ghc/compiler/deSugar/Match.lhs
  1.20      +3 -3      fptools/ghc/compiler/deSugar/MatchCon.lhs
  1.45      +2 -2      fptools/ghc/compiler/hsSyn/HsPat.lhs
  1.200     +6 -11     fptools/ghc/compiler/main/HscMain.lhs
  1.101     +6 -6      fptools/ghc/compiler/typecheck/TcPat.lhs


More information about the Cvs-ghc mailing list