Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: runghc instead of runhaskell #633

Closed
barrettj12 opened this issue Nov 21, 2021 · 3 comments · Fixed by #651
Closed

Makefile: runghc instead of runhaskell #633

barrettj12 opened this issue Nov 21, 2021 · 3 comments · Fixed by #651

Comments

@barrettj12
Copy link
Contributor

To get make to run on my Windows 10 machine, I had to change line 5 of GNUmakefile from

RUNHASKELL?=runhaskell

to

RUNHASKELL?=runghc

I'm not sure if this is related to Windows, or to new versions of GHC. I'm running GHC version 9.0.1.

Is runhaskell still working for those on Unix?

@mortberg
Copy link
Collaborator

On my Arch Linux machine runhaskell is just a script which calls runghc, so I would be fine with changing it

@mortberg
Copy link
Collaborator

Maybe someone with a Mac could check what they have?

@barrettj12
Copy link
Contributor Author

Right, it seems that runhaskell is supposed to point towards whatever Haskell compiler you're using. Maybe we should leave it as is, in case anyone would want to use a different Haskell compiler, and I'll just point runhaskell to runghc on my machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants