Skip to content
/ cabal Public
forked from haskell/cabal

Official upstream development repository for Cabal and cabal-install

License

Notifications You must be signed in to change notification settings

psiska/cabal

This branch is 1385 commits behind haskell/cabal:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 7, 2022
May 24, 2023
May 24, 2023
Mar 9, 2023
Jun 2, 2023
Mar 13, 2023
Jun 14, 2023
Jun 14, 2023
Apr 1, 2023
Jun 14, 2023
Mar 13, 2023
Jul 28, 2022
Feb 19, 2023
Feb 19, 2023
May 28, 2023
Jun 12, 2023
Jun 12, 2023
Jun 18, 2023
Jun 12, 2023
Jun 10, 2023
Jul 28, 2022
Mar 8, 2023
Mar 13, 2023
Apr 26, 2023
May 28, 2023
May 18, 2023
Dec 11, 2019
Jun 2, 2023
Jan 20, 2020
Mar 15, 2022
Mar 21, 2023
Aug 27, 2019
May 31, 2023
Aug 27, 2019
Jun 14, 2023
Feb 19, 2023
May 24, 2023
Jun 15, 2023
Oct 19, 2022
Jan 26, 2022
Oct 19, 2022
Oct 19, 2022
Dec 24, 2017
Jan 26, 2022
Oct 19, 2022
Oct 19, 2022
Jan 26, 2022
Oct 6, 2022
May 24, 2023
Jul 28, 2022
Jan 26, 2022
Jul 18, 2016
Mar 7, 2022
May 2, 2022
Apr 17, 2023
May 12, 2020

Repository files navigation

Cabal

Hackage version Stackage version Documentation Status IRC chat Matrix chat

This Cabal Git repository contains the following main packages:

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.

Getting unreleased versions of cabal-install: gives you a chance to try out yet-unreleased features. Currently, we only provide binaries for x86_64 platforms.

  1. GitHub preview release built from the tip of the master branch: download from GitHub or use this GHCup command to install:

    ghcup install cabal -u https://github.com/haskell/cabal/releases/download/cabal-head/cabal-head-Linux-x86_64.tar.gz head
    

    Replace "Linux" with "Windows" or "macOS" as appropriate.

  2. Even more cutting-edge binaries built from pull requests are always available from the Validate worklow page on GitHub, at the very bottom of the page.

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 directory.

Build for hacking and contributing to cabal

Refer to CONTRIBUTING.md.

About

Official upstream development repository for Cabal and cabal-install

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 98.2%
  • Shell 0.5%
  • Python 0.2%
  • Dockerfile 0.2%
  • Vim Script 0.2%
  • Makefile 0.2%
  • Other 0.5%