simonpj     2002/07/17 00:10:51 PDT
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.8
Precedence: bulk
List-Help: <mailto:[EMAIL PROTECTED]?subject=help>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-ghc>,
        <mailto:[EMAIL PROTECTED]?subject=subscribe>
List-Id: GHC/CVS discussion and fptools/ghc CVS commit messages <cvs-ghc.haskell.org>
List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-ghc>,
        <mailto:[EMAIL PROTECTED]?subject=unsubscribe>
List-Archive: <http://www.haskell.org/pipermail/cvs-ghc/>
Date: Wed, 17 Jul 2002 00:10:51 -0700

  Modified files:        (Branch: meta-haskell-branch)
    ghc/compiler/deSugar DsExpr.lhs DsListComp.lhs DsMeta.hs 
                         DsMonad.lhs 
    ghc/compiler/ghci    InteractiveUI.hs Linker.lhs 
    ghc/compiler/hsSyn   HsExpr.lhs 
    ghc/compiler/main    Main.hs 
    ghc/compiler/parser  Parser.y RdrHsSyn.lhs 
    ghc/compiler/rename  RnExpr.lhs 
    ghc/compiler/typecheck Inst.lhs TcEnv.lhs TcExpr.hi-boot 
                           TcExpr.hi-boot-5 TcExpr.hi-boot-6 
                           TcExpr.lhs TcHsSyn.lhs 
                           TcMatches.hi-boot TcMatches.hi-boot-5 
                           TcMatches.hi-boot-6 TcMonad.lhs 
                           TcSplice.hi-boot-6 TcSplice.lhs 
  Log:
  Much more working now
  
  Revision  Changes    Path
  1.84.2.10 +2 -2      fptools/ghc/compiler/deSugar/DsExpr.lhs
  1.36.2.3  +1 -1      fptools/ghc/compiler/deSugar/DsListComp.lhs
  1.1.2.14  +136 -134  fptools/ghc/compiler/deSugar/Attic/DsMeta.hs
  1.44.2.4  +94 -67    fptools/ghc/compiler/deSugar/DsMonad.lhs
  1.121.2.13 +2 -2      fptools/ghc/compiler/ghci/InteractiveUI.hs
  1.13.2.11 +2 -3      fptools/ghc/compiler/ghci/Linker.lhs
  1.65.2.12 +19 -15    fptools/ghc/compiler/hsSyn/HsExpr.lhs
  1.104.2.9 +1 -2      fptools/ghc/compiler/main/Main.hs
  1.95.2.15 +3 -3      fptools/ghc/compiler/parser/Parser.y
  1.40.2.5  +9 -2      fptools/ghc/compiler/parser/RdrHsSyn.lhs
  1.89.2.15 +2 -1      fptools/ghc/compiler/rename/RnExpr.lhs
  1.100.2.3 +5 -5      fptools/ghc/compiler/typecheck/Inst.lhs
  1.108.2.14 +17 -21    fptools/ghc/compiler/typecheck/TcEnv.lhs
  1.6.2.1   +2 -2      fptools/ghc/compiler/typecheck/TcExpr.hi-boot
  1.7.2.1   +2 -2      fptools/ghc/compiler/typecheck/TcExpr.hi-boot-5
  1.3.2.1   +2 -2      fptools/ghc/compiler/typecheck/TcExpr.hi-boot-6
  1.120.2.18 +4 -3      fptools/ghc/compiler/typecheck/TcExpr.lhs
  1.76.2.12 +2 -2      fptools/ghc/compiler/typecheck/TcHsSyn.lhs
  1.5.8.1   +2 -2      fptools/ghc/compiler/typecheck/TcMatches.hi-boot
  1.5.8.1   +2 -2      fptools/ghc/compiler/typecheck/TcMatches.hi-boot-5
  1.2.2.1   +2 -2      fptools/ghc/compiler/typecheck/TcMatches.hi-boot-6
  1.78.2.12 +14 -9     fptools/ghc/compiler/typecheck/TcMonad.lhs
  1.1.2.3   +2 -2      fptools/ghc/compiler/typecheck/Attic/TcSplice.hi-boot-6
  1.1.2.4   +13 -13    fptools/ghc/compiler/typecheck/Attic/TcSplice.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to