mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-04-05 14:23:31 +00:00
8 lines
160 B
Bash
Executable file
8 lines
160 B
Bash
Executable file
#! /bin/sh
|
|
|
|
stack new "$1"
|
|
cd "$1"
|
|
echo "cradle:\n stack:" >> hie.yaml
|
|
sed -i 's/^resolver: .*$/resolver: lts-15.0/' stack.yaml
|
|
stack setup
|
|
stack build --fast
|