4 lines
94 B
Bash
Executable file
4 lines
94 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -xe
|
|
|
|
exec nix develop -i -c ghcid -c "cabal repl test:tests" -T :main
|