Carp/build.sh
2019-09-24 21:56:12 +02:00

10 lines
101 B
Bash
Executable File

if [ -z "$CARP" ]
then
if [ -z "$NIX_CC" ]
then
stack build
else
cabal build
fi
fi