mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
feat: add Haskell Stack support (#546)
Add a Haskell Stack module when a stack.yaml file is detected
This commit is contained in:
committed by
Kevin Song
parent
f4c095de92
commit
6f2c9fb397
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user