summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandru Macovei <alexnmaco@gmail.com>2020-04-25 15:34:01 +0300
committerGitHub <noreply@github.com>2020-04-25 14:34:01 +0200
commitdecd4e2a5d74175c9bd6370a1cf9980b18cb6970 (patch)
tree9d1d3f758badda49a2c7376ed9df86ab119da44e /src
parent2c30f4bd9ea79f4b921f6561564ba1fe4e64f073 (diff)
fix(haskell): add description for haskell, used by the explain command (#1141)
Diffstat (limited to 'src')
-rw-r--r--src/modules/mod.rs1
1 files changed, 1 insertions, 0 deletions
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",