nhc98 is a small, easy to install, standards-compliant compiler for Haskell 98, the lazy functional programming language. It is very portable, and aims to produce small executables that run in small amounts of memory. It produces medium-fast code, and compilation is itself quite fast. It also comes with extensive tool support for automatic compilation, foreign language interfacing, heap and time profiling, tracing and debugging. Some of its advanced kinds of heap profiles are not found in any other Haskell compiler.
nhc98 is a small, easy to install, standards-compliant compiler for Haskell 98, the lazy functional programming language. It is very portable, and aims to produce small executables that run in small amounts of memory. It produces medium-fast code, and compilation is itself quite fast. It also comes with extensive tool support for automatic compilation, foreign language interfacing, heap and time profiling, tracing and debugging. Some of its advanced kinds of heap profiles are not found in any other Haskell compiler.
To install nhc98, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nhc98
To see what files were installed by nhc98, run:
port contents nhc98
To later upgrade nhc98, run:
sudo port selfupdate && sudo port upgrade nhc98
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.