Hadrian is the build system for the Glasgow Haskell Compiler
Hadrian is the build system for the Glasgow Haskell Compiler. Hadrian is more scalable, faster, and spectacularly more maintainable than its Make-based predecessor.
Hadrian is the build system for the Glasgow Haskell Compiler. Hadrian is more scalable, faster, and spectacularly more maintainable than its Make-based predecessor.
To install hadrian, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hadrian
To see what files were installed by hadrian, run:
port contents hadrian
To later upgrade hadrian, run:
sudo port selfupdate && sudo port upgrade hadrian
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.