Hugs 98 is a functional programming system based on Haskell 98, the de facto standard for non-strict functional programming languages. Hugs 98 provides an almost complete implementation of Haskell 98.
Hugs 98 is a functional programming system based on Haskell 98, the de facto standard for non-strict functional programming languages. Hugs 98 provides an almost complete implementation of Haskell 98.
To install hugs98, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hugs98
To see what files were installed by hugs98, run:
port contents hugs98
To later upgrade hugs98, run:
sudo port selfupdate && sudo port upgrade hugs98
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.