Add bin/repl to launch 'cabal repl'
This commit is contained in:
parent
1addaad5a6
commit
0924eb5c2a
1 changed files with 4 additions and 0 deletions
4
bin/repl
Executable file
4
bin/repl
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -xe
|
||||
|
||||
exec nix develop -c cabal -- repl
|
Loading…
Reference in a new issue