addressbook/build.sh

7 lines
142 B
Bash
Raw Normal View History

2020-12-10 23:08:03 +02:00
#!/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