diff --git a/src/modules/mod.rs b/src/modules/mod.rs index fc8b05ef..5c94cb41 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",