6 lines
150 B
Text
Executable file
6 lines
150 B
Text
Executable file
#!/usr/bin/env nix-shell
|
|
#!nix-shell -i bash
|
|
|
|
# Build the Haskell package via cabal, outside Nix
|
|
|
|
cabal new-build --write-ghc-environment-files=never
|