Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed May 12, 2016
1 parent e7103d1 commit 52403e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Binary file modified images/intero.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions src/InteractiveUI.hs
Expand Up @@ -161,9 +161,16 @@ defaultGhciSettings =
}

ghciWelcomeMsg :: String
ghciWelcomeMsg = "Intero " ++ showVersion Paths_intero.version ++ " (GHC " ++
cProjectVersion ++ ")" ++
": https://github.com/chrisdone/intero :? for help"
ghciWelcomeMsg =
unlines [versionString
,"Type :help for a summary of the standard commands."]

versionString =
"Intero " ++
showVersion Paths_intero.version ++
" (GHC " ++
cProjectVersion ++
")"

cmdName :: Command -> String
cmdName (n,_,_) = n
Expand Down

0 comments on commit 52403e7

Please sign in to comment.