Skip to content
Snippets Groups Projects
user avatar
mergify[bot] authored
* Build release archives (and validate) with GHC 9.2.3

(cherry picked from commit f55ae058)

# Conflicts:
#	.gitlab-ci.yml

* Add a changelog file

(cherry picked from commit 73323db7)

* Fix bootstrap cabal-install version in gitlab-ci.yml

(cherry picked from commit 5ee0cab7)

# Conflicts:
#	.gitlab-ci.yml

* Update .gitlab-ci.yml, fixing a shallow conflict

Co-authored-by: default avatarMikolaj Konarski <mikolaj.konarski@gmail.com>
Co-authored-by: default avatarMikolaj Konarski <mikolaj@well-typed.com>
0c788560
History

Cabal

Hackage version Stackage version Documentation Status IRC chat Matrix chat

This Cabal Git repository contains the following packages:

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

Installing cabal-install (by downloading the binary)

Prebuilt binary releases can be obtained from https://www.haskell.org/cabal/download.html. The cabal-install binary download for your platform should contain the cabal executable.

Installing cabal-install (preferred, with cabal-install)

Assuming that you have a pre-existing, recent version of cabal-install, run:

cabal install cabal-install

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

To install the latest version from the Git repository, clone the Git repository and then run:

cabal install --project-file=cabal.project.release cabal-install

Installing cabal-install without cabal-install

Assuming you don't have a pre-existing copy of cabal-install, look into bootstrap directory.