aggreact/devel.sh
Yann Esposito (Yogsototh) 68dd8ec479
first refacto by concern
2019-01-20 13:34:12 +01:00

5 lines
210 B
Bash
Executable file

#!/bin/bash
target="aggreact"
ghcid \
--command "stack ghci --with-ghc ghci \"--docker-run-args=--interactive=true --tty=false\" $target --no-build --ghci-options=-fobject-code" \
--test "DevelMain.update"