Haskell Cabal: Common Architecture for Building Applications and Libraries
Cabal is a system for building and packaging Haskell libraries and programs. It defines a common interface for package authors and distributors to easily build their applications in a portable way. Cabal is part of a larger infrastructure for distributing, organizing, and cataloging Haskell libraries and programs.
Cabal is a system for building and packaging Haskell libraries and programs. It defines a common interface for package authors and distributors to easily build their applications in a portable way. Cabal is part of a larger infrastructure for distributing, organizing, and cataloging Haskell libraries and programs.
To install cabal, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cabal
To see what files were installed by cabal, run:
port contents cabal
To later upgrade cabal, run:
sudo port selfupdate && sudo port upgrade cabal
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.