addressbook/build.sh
2020-12-10 23:08:03 +02:00

7 lines
142 B
Bash
Executable File

#!/usr/bin/env bash
# while :; do
find addressbook.cabal {src,test,app} -type f | entr -d -r -c -s 'cabal build --ghc-options=-Wall'
# done