Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/77ef6ca06d401eda2aeb51d22d5ce033db667161 >--------------------------------------------------------------- commit 77ef6ca06d401eda2aeb51d22d5ce033db667161 Author: Erik de Castro Lopo <er...@mega-nerd.com> Date: Thu Nov 29 21:16:30 2012 +1100 Replace all uses of ghcError with throwGhcException and purge ghcError. compiler/ghci/ByteCodeGen.lhs | 2 +- compiler/ghci/ByteCodeLink.lhs | 2 +- compiler/ghci/LibFFI.hsc | 2 +- compiler/ghci/Linker.lhs | 26 ++++++++++---------- compiler/iface/BinIface.hs | 2 +- compiler/iface/LoadIface.lhs | 2 +- compiler/iface/MkIface.lhs | 2 +- compiler/main/DriverMkDepend.hs | 4 +- compiler/main/DriverPipeline.hs | 6 ++-- compiler/main/DynFlags.hs | 8 +++--- compiler/main/GHC.hs | 2 +- compiler/main/GhcMake.hs | 4 +- compiler/main/InteractiveEval.hs | 10 ++++---- compiler/main/Packages.lhs | 12 ++++---- compiler/main/StaticFlagParser.hs | 6 ++-- compiler/main/StaticFlags.hs | 2 +- compiler/main/SysTools.lhs | 8 +++--- compiler/utils/Panic.lhs | 6 +---- ghc/GhciTags.hs | 8 +++--- ghc/InteractiveUI.hs | 48 ++++++++++++++++++------------------ ghc/Main.hs | 18 +++++++------- 21 files changed, 88 insertions(+), 92 deletions(-) Diff suppressed because of size. To see it, use: git show 77ef6ca06d401eda2aeb51d22d5ce033db667161 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc