fix!: remove haskell module (#1418)

Given how slow the Haskell module is (#1240), it is slowing down the entire prompt
from rendering when the module is active. This commit removes the module until we
can find a faster way to retreive the Haskell version.
This commit is contained in:
Matan Kushner
2020-07-06 13:00:52 -04:00
committed by GitHub
parent 5584783d51
commit 428a78ebb5
7 changed files with 0 additions and 145 deletions
-1
View File
@@ -17,7 +17,6 @@ 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;