c78eaf81c4
* added library and test scaffoding * Add bin/test * Update comments Co-authored-by: Sridhar Ratnakumar <srid@srid.ca>
4 lines
112 B
Bash
Executable file
4 lines
112 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -xe
|
|
|
|
exec nix develop -c ghcid -c "cabal repl exe:haskell-template" --warnings -T :main
|