Configure Haskell development env

This commit is contained in:
Fabio Scotto di Santolo
2024-11-13 15:32:16 +01:00
parent edd6540b4c
commit aa5617135d
2 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME
if not contains $HOME/.cabal/bin $PATH
set -x PATH $HOME/.cabal/bin $PATH
end
if not contains $HOME/.ghcup/bin $PATH
set -x PATH $HOME/.ghcup/bin
end