From 9b9f4e46f77f1d6401a32ab651289f7a3e9e5bf2 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Fri, 10 Jan 2025 21:08:29 +0100 Subject: [PATCH] Added Haskell configuration via GHCup --- profile/.profile.d/ghcup.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 profile/.profile.d/ghcup.sh diff --git a/profile/.profile.d/ghcup.sh b/profile/.profile.d/ghcup.sh new file mode 100644 index 0000000..8a285c2 --- /dev/null +++ b/profile/.profile.d/ghcup.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +[ -f "$HOME/.ghcup/env" ] && . "$HOME/.ghcup/env"