7 lines
150 B
Text
7 lines
150 B
Text
|
#!/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
|