<div dir="ltr">wonderful! This a fantastic piece of computational archaeology!<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Oct 22, 2022 at 11:31 AM Justin Bailey <<a href="mailto:jgbailey@gmail.com">jgbailey@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I spent some time with the last public release of the Hugs sources,<br>
making them compile on a modern Mac (x86 chipset). I used Nix's flakes<br>
feature to manage the build and install.<br>
<br>
If you'd like to run the hugs interpreter directly using the flake, just type:<br>
<br>
`nix run github:m4dc4p/hugs#hugs`<br>
<br>
If you'd like to execute a Haskell file, try:<br>
<br>
`nix run github:m4dc4p/hugs <file.hs>`<br>
<br>
Or alternately:<br>
<br>
`nix run github:m4dc4p/hugs#runhugs <file.hs>`<br>
<br>
(That is, `runhugs` is the default app provided by the flake.)<br>
<br>
See the README at <a href="https://github.com/m4dc4p/hugs" rel="noreferrer" target="_blank">https://github.com/m4dc4p/hugs</a> for more details<br>
(including other binaries available).<br>
<br>
I don't have much of a use case for Hugs, so I got the flake to the<br>
point where I could start the interpreter and run simple programs. I'm<br>
glad to accept pull requests or bug reports. You can find the source<br>
and submit any issues at <a href="https://github.com/m4dc4p/hugs" rel="noreferrer" target="_blank">https://github.com/m4dc4p/hugs</a>.<br>
<br>
Note: I don't have access to Apple silicon, so this build has only<br>
been tested under x86. If it works for M1 please let me know, or if<br>
you are able to submit a PR I'd welcome it!<br>
<br>
Enjoy!<br>
<br>
Justin<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div>