shebang line issue (missing -S)
hellwolf opened this issue · 0 comments
hellwolf commented
An example:
git: main node: v16.18.1 ghc: 9.2.6
nix-shell$ ./play survival
/usr/bin/env: ‘runghc -XUnicodeSyntax’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines
Complete list:
nix-shell$ egrep '/usr/bin/env \w+ .*' */*/*.hs
base/woosh/woosh.caves.hs:#!/usr/bin/env runghc -XUnicodeSyntax
base/woosh/woosh.forest.hs:#!/usr/bin/env runghc -XUnicodeSyntax
default/swish/swish.easy.hs:#!/usr/bin/env runghc -XUnicodeSyntax
default/swish/swish.survival.hs:#!/usr/bin/env runghc -XUnicodeSyntax