roboservant/Makefile

5 lines
330 B
Makefile
Raw Normal View History

2020-06-06 17:24:56 +03:00
testwatch:
ghcid -T main -c 'stack repl roboservant:lib roboservant:test:roboservant-test --test --ghc-options=-fobject-code' --allow-eval --restart="stack.yaml" --restart="package.yaml" -W
2020-12-17 18:44:02 +03:00
pedanticwatch:
ghcid -c 'stack repl --test --ghc-options=-fobject-code' --allow-eval --restart="stack.yaml" --restart="package.yaml" -W