aggreact/devel.sh
Yann Esposito (Yogsototh) 01788538a3
devel loop
2018-12-19 00:31:09 +01:00

5 lines
130 B
Bash
Executable file

#!/bin/bash
target="aggreact"
ghcid \
--command "stack ghci $target --ghci-options=-fobject-code" \
--test "DevelMain.update"