patch applied (ghc): Remove the large ghci banner, and the flags to choose which banner to show

Ian Lynagh igloo at earth.li
Mon Jul 2 07:24:30 EDT 2007


Mon Jul  2 04:01:55 PDT 2007  Ian Lynagh <igloo at earth.li>
  * Remove the large ghci banner, and the flags to choose which banner to show
  Fans of the banner can add
      putStrLn "   ___         ___ _"
      putStrLn "  / _ \\ /\\  /\\/ __(_)"
      putStrLn " / /_\\// /_/ / /  | |   GHC Interactive, for Haskell 98."
      putStrLn "/ /_\\\\/ __  / /___| |   http://www.haskell.org/ghc/"
      putStrLn "\\____/\\/ /_/\\____/|_|   Type :? for help."
      putStrLn ""
  to their ~/.ghci

    M ./compiler/ghci/InteractiveUI.hs -16 +4
    M ./compiler/main/DynFlags.hs -3
    M ./compiler/main/Main.hs -1 +6
    M ./docs/users_guide/flags.xml -12



More information about the Cvs-ghc mailing list