Skip to content
Snippets Groups Projects
Verified Commit 60025cbd authored by Olivier Benz's avatar Olivier Benz
Browse files

Dev Containers: Update onCreateCommand

- Cabal (the tool) ≥ 3.10 complies to the XDG Base Directory Specification
parent 1183039b
No related branches found
No related tags found
No related merge requests found
Pipeline #25806 passed
......@@ -4,7 +4,7 @@
set -e
if dpkg --compare-versions "${GHC_VERSION%.*}" le "9.4"; then
if dpkg --compare-versions "${CABAL_VERSION%.*.*}" le "3.8"; then
mkdir -p "$HOME/.cabal/bin";
fi
mkdir -p "$HOME/.local/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment