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