Command line interface to the Haskell package infrastructure (Cabal). Manage Haskell projects and Cabal packages from the Hackage package repository. More information: https://cabal.readthedocs.io/en/latest/intro.html.
cabal list {{search_string}}
cabal info {{package_name}}
cabal install {{package_name}}
cabal init
cabal build
cabal test