Skip to content

Instantly share code, notes, and snippets.

@dpwiz
Created June 6, 2014 14:33
Show Gist options
  • Save dpwiz/c4143bb3f40f3918755a to your computer and use it in GitHub Desktop.
Save dpwiz/c4143bb3f40f3918755a to your computer and use it in GitHub Desktop.
cabal build --watch --exec
while true; do
clear && cabal build && $@
inotifywait -qq -e modify -r src/ *.cabal
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment