Hackage and Portage integration tool.
A command line tool to manage an overlay of Gentoo ebuilds that are generated from a hackage repo of Cabal packages.
Cabal

This Cabal Git repository contains the following main packages:
- Cabal: the Cabal library package (license)
 - Cabal-syntax: the 
.cabalfile format library (license) - cabal-install: the package containing the 
cabaltool (license) - cabal-install-solver: the package containing the solver component of the 
cabaltool (license) 
The canonical upstream repository is located at https://github.com/haskell/cabal.
Ways to get the cabal-install binary
GHCup (preferred): get GHCup using the directions on its website and run:
ghcup install --set cabal latestDownload from official website: the
cabal-installbinary download for your platform should contain thecabalexecutable.
Ways to build cabal-install for everyday use
With cabal-install: if you have a pre-existing version of
cabal-install, run:cabal install cabal-installto get the latest version of
cabal-install. (You may want tocabal updatefirst.)From Git: again with a pre-existing version of
cabal-install, you can install the latest version from the Git repository. Clone the Git repository, move to its root, and run:cabal install --project-file=cabal.project.release cabal-installBootstrapping: if you don't have a pre-existing version of
cabal-install, look into thebootstrapdirectory.
Build for hacking and contributing to cabal
Refer to CONTRIBUTING.md.