Open
Description
Hi, I'm having some trouble getting "matchmaking" to run.
$ ./play matchmaking
prelude/matchmaking/matchmaking.hs:1:2: error:
parse error on input ‘#!/’
|
1 | #!/usr/bin/env -S runghc -cpp -DD=a=replicate;b=putStrLn;c=length;p=map;u=max(2)
| ^^^
Same error if I run the file directly. (I thought maybe the shebang shenanigans were tripping up the play script.)
$ prelude/matchmaking/matchmaking.hs
prelude/matchmaking/matchmaking.hs:1:2: error:
parse error on input ‘#!/’
|
1 | #!/usr/bin/env -S runghc -cpp -DD=a=replicate;b=putStrLn;c=length;p=map;u=max(2)
| ^^^
I'm running this in shell set up with the Nix flake.
Metadata
Metadata
Assignees
Labels
No labels