Add bin/repl to launch 'cabal repl'

This commit is contained in:
Sridhar Ratnakumar 2021-11-27 17:45:12 -05:00
parent 1addaad5a6
commit 0924eb5c2a

4
bin/repl Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -xe
exec nix develop -c cabal -- repl