7 lines
147 B
Text
7 lines
147 B
Text
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash
|
||
|
|
||
|
# A Haskell REPL for hacking on the Haskell code
|
||
|
|
||
|
cabal new-repl --write-ghc-environment-files=never
|