From decd4e2a5d74175c9bd6370a1cf9980b18cb6970 Mon Sep 17 00:00:00 2001 From: Alexandru Macovei Date: Sat, 25 Apr 2020 15:34:01 +0300 Subject: [PATCH] fix(haskell): add description for haskell, used by the explain command (#1141) --- src/modules/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/mod.rs b/src/modules/mod.rs index fc8b05ef8..5c94cb410 100644 --- a/src/modules/mod.rs +++ b/src/modules/mod.rs @@ -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",