ghcup-hs/.github/scripts/cabal-cache.sh

14 lines
158 B
Bash
Raw Permalink Normal View History

2023-07-07 14:36:09 +00:00
#!/usr/bin/env bash
case "$(uname -s)" in
MSYS_*|MINGW*)
ext=".exe"
;;
*)
ext=""
;;
esac
2023-07-07 15:41:28 +00:00
echo "cabal-cache disabled (CABAL_CACHE_DISABLE set)"
2023-07-07 14:36:09 +00:00