https://github.com/halostatue/fish-haskell
Haskell configuration for Fish
https://github.com/halostatue/fish-haskell
cabal fish fish-plugin fish-shell fisher haskell
Last synced: 18 days ago
JSON representation
Haskell configuration for Fish
- Host: GitHub
- URL: https://github.com/halostatue/fish-haskell
- Owner: halostatue
- License: mit
- Created: 2019-06-17T01:03:23.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T03:31:41.000Z (20 days ago)
- Last Synced: 2025-04-11T19:22:53.876Z (18 days ago)
- Topics: cabal, fish, fish-plugin, fish-shell, fisher, haskell
- Language: Just
- Homepage:
- Size: 23.4 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# halostatue/fish-haskell
[![Version][version]](https://github.com/halostatue/fish-haskell/releases)
A plugin for [fish shell][shell] to enable Haskell programs installed with
`cabal` or `stack` with support for `ghcup`.For each of the paths `$HOME/.cabal/bin`, `$HOME/.local/bin`, and
`$HOME/.ghcup/bin`, if not present in `$fish_user_paths`, it will be prepended
to `$PATH` in the order:- `$HOME/.local/bin`
- `$HOME/.cabal/bin`
- `$HOME/.ghcup/bin`## Installation
Install with [Fisher][fisher]:
```fish
fisher install halostatue/fish-haskell@v2
```### System Requirements
- [fish][fish] 3.4+
## Licence
[MIT](./LICENCE.md)
## Change Log
[CHANGELOG](./CHANGELOG.md)
## Contributing
- [Contributing](./CONTRIBUTING.md)
- [Contributors](./CONTRIBUTORS.md)
- [Code of Conduct](./CODE_OF_CONDUCT.md)[ghcup]: https://www.haskell.org/ghcup/
[shell]: https://fishshell.com 'friendly interactive shell'
[version]: https://img.shields.io/github/tag/halostatue/fish-haskell.svg?label=Version
[fish]: https://github.com/fish-shell/fish-shell
[fisher]: https://github.com/jorgebucaran/fisher