1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-30 22:19:08 +00:00
starship/src
ksqsf 72fec559c5
feat(haskell): Add Haskell module (#3587)
* feat(haskell): add haskell module and implement ghc version detection

* feat(haskell): implement stack resolver version detection

* fix(haskell): handle more complex resolvers

* fix(haskell): rename resolver_version to snapshot

* fix(haskell): change default color to bold purple

* feat(haskell): add tests

* fix(haskell): format

* fix(haskell): replace incorrect `or` with `or_else`

* fix(haskell): use write_all instead of write

* fix(haskell): λ as Haskell icon by default

* fix(haskell): fix tests and add a real stack.yaml testcase

* fix(haskell): make clippy happy
2022-03-18 07:45:51 +01:00
..
configs feat(haskell): Add Haskell module (#3587) 2022-03-18 07:45:51 +01:00
formatter refactor: fix new clippy/compiler warnings (#3656) 2022-02-24 23:31:01 -05:00
init refactor: fix new clippy/compiler warnings (#3656) 2022-02-24 23:31:01 -05:00
modules feat(haskell): Add Haskell module (#3587) 2022-03-18 07:45:51 +01:00
test fix(status): Enable to convert from i64 to hex_status by casting instead of parsing status. (#3462) 2022-02-05 21:13:42 +01:00
bug_report.rs fix: Correctly detect older versions of powershell in bug-report (#3543) 2022-02-03 21:51:39 +01:00
config.rs perf(git_status): add option to use windows starship to render in wsl (#2146) 2022-03-06 21:18:23 -06:00
configure.rs refactor: update clap to v3 (#3370) 2022-01-04 12:49:42 +03:00
context.rs refactor: fix new clippy/compiler warnings (#3656) 2022-02-24 23:31:01 -05:00
lib.rs refactor: fix new clippy/compiler warnings (#3656) 2022-02-24 23:31:01 -05:00
logger.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
main.rs chore: fix typo in main.rs (#3669) 2022-02-28 11:27:33 -05:00
module.rs feat(haskell): Add Haskell module (#3587) 2022-03-18 07:45:51 +01:00
print.rs fix(fish): Emit clear-screen escape sequence only in left prompt (#3588) 2022-02-14 13:11:55 +01:00
segment.rs feat: Add a fill module to pad out the line (#3029) 2021-09-12 19:59:15 -04:00
utils.rs feat(haskell): Add Haskell module (#3587) 2022-03-18 07:45:51 +01:00