/fish-haskell

Haskell configuration for Fish

Primary LanguageShellMIT LicenseMIT

halostatue/fish-haskell

Version

A plugin for fish 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 (recommended):

fisher install halostatue/fish-haskell@2.x
Not using a package manager?

Copy conf.d/*.fish to your fish configuration directory preserving the directory structure.

System Requirements

Licence

MIT

Change Log

CHANGELOG

Contributing