addressbook/build.sh

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