Remove the large ghci banner, and the flags to choose which banner to show
authorIan Lynagh <igloo@earth.li>
Mon, 2 Jul 2007 11:01:55 +0000 (11:01 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 2 Jul 2007 11:01:55 +0000 (11:01 +0000)
commit41cd72b3545c96c72816afb7b7627f3e744d9ab4
treea3636209a1f7440543a3af2802e214ed0e846174
parent1ae32688ab2ead820a20662cf05128b21944e144
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
compiler/ghci/InteractiveUI.hs
compiler/main/DynFlags.hs
compiler/main/Main.hs
docs/users_guide/flags.xml