This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 28 Sep, 2014 4 commits
-
-
Jake Wheat authored
-
Jake Wheat authored
database install
-
jake authored
This changes how the SCOPE_OF_INSTALLATION variable is used to provide an alternate way of running bootstrap.sh which can install cabal-install to a separate prefix and package database without altering the user's package database or using it. The idea with this is to improve the repeatability of automatically installing ghc, cabal and other haskell independently of the current standard installation or the user's main package database. Usage example: ghc-pkg init /home/jake/test_cabal/ SCOPE_OF_INSTALLATION='--global --package-db=/home/jake/test_cabal/packagedb' PREFIX=/home/jake/test_cabal/prefix ./bootstrap.sh If you don't override the SCOPE_OF_INSTALLATION variable, bootstrap.sh works as before.
-
jake authored
tarballs if these tarballs are already present.
-
- 19 Sep, 2014 1 commit
-
-
tuncer authored
NETWORKURI_VER_REGEXP should be NETWORK_URI_VER_REGEXP
-
- 17 Sep, 2014 1 commit
-
-
Mikhail Glushenkov authored
-
- 15 Sep, 2014 1 commit
-
-
tuncer authored
-
- 25 Aug, 2014 1 commit
-
-
Mikhail Glushenkov authored
So that the 'install_from_tarball' build bot step doesn't try to use the old 1.21 snapshot that comes with GHC HEAD.
-
- 27 Jul, 2014 1 commit
-
-
Mikhail Glushenkov authored
Fixes #2009.
-
- 15 Jul, 2014 1 commit
-
-
Mikhail Glushenkov authored
Fixes #1994 (hopefully).
-
- 26 May, 2014 1 commit
-
-
Mikhail Glushenkov authored
Fixes #1902.
-
- 12 May, 2014 1 commit
-
-
Mikhail Glushenkov authored
This reverts commit 41678698. See discussion in #1796.
-
- 22 Apr, 2014 1 commit
-
-
Mikhail Glushenkov authored
-
- 21 Apr, 2014 1 commit
-
-
Travis Cardwell authored
https://github.com/haskell/cabal/issues/1796 (The current https://hackage.haskell.org/ SSL certificate does not have identity validation, so `--no-check-certificate` must be passed to `wget` in order for it to fetch without error.)
-
- 18 Apr, 2014 3 commits
- 17 Apr, 2014 1 commit
-
-
(cherry picked from commit a63871b7) Conflicts: cabal-install/bootstrap.sh
-
- 15 Apr, 2014 5 commits
-
-
Mikhail Glushenkov authored
Should fix Travis failures.
-
Mikhail Glushenkov authored
-
tibbe authored
-
tibbe authored
Prior versions didn't include an upper bound on network and might therefore cause build failures as the relativeTo function was changed in network-2.4.0.0.
-
tibbe authored
-
- 10 Apr, 2014 1 commit
-
-
- 03 Mar, 2014 1 commit
-
-
Mikhail Glushenkov authored
-
- 02 Mar, 2014 1 commit
-
-
Geoff Nixon authored
-
- 12 Feb, 2014 2 commits
- 08 Feb, 2014 2 commits
-
-
tuncer authored
-
Mikhail Glushenkov authored
Hackage 2 doesn't support byte ranges at the moment, which makes curl exit with error if there's an incomplete tarball present. Fixes #1675.
-
- 07 Feb, 2014 4 commits
-
-
tuncer authored
-
tuncer authored
There were three errors in CC detection: 1. The wrong variable was used in the for loop. 2. The selected CC was checked for existence and execute perm, but instead of the full path to the executable just the basename was passed to test -x. 3. The info log message accidentally printed the value of CC.
-
Mikhail Glushenkov authored
-
Geoff Nixon authored
-
- 31 Jan, 2014 1 commit
-
-
- 25 Jan, 2014 1 commit
-
-
Jens Petersen authored
Downloading was failing with curl which seems not do http redirect by default. This change simple updates the urls from Hackage 1's http://hackage.haskell.org/packages/archive/$PKG/$VER/$PKG-$VER.tar.gz to Hackage 2's http://hackage.haskell.org/package/$PKG-$VER/$PKG-$VER.tar.gz which makes curl happy and downloads work again.
-
- 11 Jan, 2014 1 commit
-
-
tuncer authored
-
- 01 Jan, 2014 1 commit
-
- 31 Dec, 2013 1 commit
-
-
Mikhail Glushenkov authored
-
- 09 Dec, 2013 1 commit
-
-
Mikhail Glushenkov authored
-