fix(haskell): add description for haskell, used by the explain command (#1141)

This commit is contained in:
Alexandru Macovei 2020-04-25 15:34:01 +03:00 committed by GitHub
parent 2c30f4bd9e
commit decd4e2a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ pub fn description(module: &str) -> &'static str {
"git_state" => "The current git operation, and it's progress",
"git_status" => "Symbol representing the state of the repo",
"golang" => "The currently installed version of Golang",
"haskell" => "The currently used version of Haskell",
"hg_branch" => "The active branch of the repo in your current directory",
"hostname" => "The system hostname",
"java" => "The currently installed version of Java",