6 lines
147 B
Text
Executable file
6 lines
147 B
Text
Executable file
#!/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
|