summaryrefslogtreecommitdiffstats
path: root/src/configs/mod.rs
diff options
context:
space:
mode:
authorAndrew Prokhorenkov <andrew.prokhorenkov@gmail.com>2020-01-25 00:48:39 -0600
committerKevin Song <chipbuster@users.noreply.github.com>2020-01-25 00:48:39 -0600
commit6f2c9fb397fcfb22829c043a23372afe1f877499 (patch)
tree48b64728a098dcd95f2e694b0a62dd66467fc47b /src/configs/mod.rs
parentf4c095de92a09b7143766c4759ab0e60ff0befbb (diff)
feat: add Haskell Stack support (#546)
Add a Haskell Stack module when a stack.yaml file is detected
Diffstat (limited to 'src/configs/mod.rs')
-rw-r--r--src/configs/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configs/mod.rs b/src/configs/mod.rs
index dcf0337f4..02ee00ef7 100644
--- a/src/configs/mod.rs
+++ b/src/configs/mod.rs
@@ -11,6 +11,7 @@ pub mod git_commit;
pub mod git_state;
pub mod git_status;
pub mod go;
+pub mod haskell;
pub mod hg_branch;
pub mod hostname;
pub mod java;