fix(haskell): Add the Haskell module to the default prompt order (#893)

This commit is contained in:
Andrew Prokhorenkov
2020-02-01 16:16:10 -06:00
committed by GitHub
parent 8555143533
commit 9229a48bc9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ impl<'a> RootModuleConfig<'a> for StarshipRootConfig<'a> {
// (Let's keep these sorted alphabetically)
"dotnet",
"golang",
"haskell",
"java",
"nodejs",
"php",