Popularity
10.0
Stable
Activity
9.8
Growing
1,562
72
675

Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Distribution     DevOps    
Latest version: v3.4-branching

Cabal-ide-backend alternatives and similar packages

Based on the "Distribution" category.
Alternatively, view Cabal alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Cabal-ide-backend or a related project?

Add another 'Distribution' Package

README

Cabal

Hackage version Stackage version Documentation Status IRC chat Matrix chat

This Cabal Git repository contains the following main packages:

  • [Cabal](Cabal/README.md): the Cabal library package ([license](Cabal/LICENSE))
  • [Cabal-syntax](Cabal-syntax/README.md): the .cabal file format library ([license](Cabal-syntax/LICENSE))
  • [cabal-install](cabal-install/README.md): the package containing the cabal tool ([license](cabal-install/LICENSE))
  • [cabal-install-solver](cabal-install-solver): the package containing the solver component of the cabal tool ([license](cabal-install-solver/LICENSE))

The canonical upstream repository is located at https://github.com/haskell/cabal.

Ways to get the cabal-install binary

  1. GHCup (preferred): get GHCup using the directions on its website and run:

    ghcup install --set cabal latest
    
  2. Download from official website: the cabal-install binary download for your platform should contain the cabal executable.

Ways to build cabal-install for everyday use

  1. With cabal-install: if you have a pre-existing version of cabal-install, run:

    cabal install cabal-install
    

    to get the latest version of cabal-install. (You may want to cabal update first.)

  2. 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-install
    
  3. Bootstrapping: if you don't have a pre-existing version of cabal-install, look into the [bootstrap](bootstrap) directory.

Build for hacking and contributing to cabal

Refer to [CONTRIBUTING.md](CONTRIBUTING.md).


*Note that all licence references and agreements mentioned in the Cabal-ide-backend README section above are relevant to that project's source code only.