arion/live-unit-tests

14 lines
330 B
Plaintext
Raw Normal View History

2019-06-14 17:10:37 +03:00
#!/usr/bin/env nix-shell
#!nix-shell ./shell.nix
#!nix-shell -i bash
set -eux -o pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"
ghcid \
2019-07-29 14:46:49 +03:00
--command 'cabal v2-repl arion-compose:arion-unit-tests --flags ghci --write-ghc-environment-files=never' \
2019-06-14 17:10:37 +03:00
--test=Main.main \
2019-06-15 13:35:48 +03:00
--reload=src/haskell \
--restart=arion-compose.cabal \
2019-06-14 17:10:37 +03:00
;