Fri Oct  3 07:02:16 PDT 2008  Ian Lynagh <[EMAIL PROTECTED]>
  * Use an extensible-exceptions package when bootstrapping
  Ifdefs for whether we had extensible exceptions or not were spreading
  through GHC's source, and things would only have got worse for the next
  2-3 years, so instead we now use an implementation of extensible
  exceptions built on top of the old exception type.

    M ./compiler/ghc.cabal.in -2 +3
    M ./compiler/ghci/InteractiveUI.hs -17 +3
    M ./compiler/main/ErrUtils.lhs -10
    M ./compiler/main/GHC.hs -22 +3
    M ./compiler/main/HscTypes.lhs -50
    M ./compiler/main/InteractiveEval.hs -22 +2
    M ./compiler/typecheck/TcRnMonad.lhs -4
    M ./compiler/typecheck/TcSplice.lhs -16 +4
    M ./compiler/utils/Exception.hs -42 +4
    M ./compiler/utils/IOEnv.hs -4
    M ./compiler/utils/Panic.lhs -55 +6
    M ./libraries/Makefile +4
    M ./packages +1

View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081003140216-3fd76-b0f2d179f0c585fb33f807b93c664fd6068098ef.gz

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to