mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-22 15:24:26 +03:00
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
|
#!/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
|