witch/.devcontainer/on-create.sh
2022-09-08 13:35:04 +00:00

10 lines
167 B
Bash
Executable File

#! /usr/bin/env sh
set -o errexit -o xtrace
cabal update
if ! test -f cabal.project.local
then
cabal configure --enable-tests --jobs --test-show-details direct
fi