summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/80_haskell
blob: e39dd4b6e45ecb14b3e1029f5efacdc462396c56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# zshenv/80_haskell
#
# Set variables related to the Haskell programming language
#
# Copyright © 2024 Tobias Klauser <tklauser@distanz.ch>
# Released under the terms of the Artistic Licence 2.0
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git

path_append $HOME/.cabal/bin
path_append $HOME/.ghcup/bin

# vim:ft=zsh