feat: add Haskell Stack support (#546)

Add a Haskell Stack module when a stack.yaml file is detected
This commit is contained in:
Andrew Prokhorenkov
2020-01-25 00:48:39 -06:00
committed by Kevin Song
parent f4c095de92
commit 6f2c9fb397
10 changed files with 184 additions and 2 deletions
+1
View File
@@ -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;