This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 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
-
- 05 Nov, 2013 1 commit
-
-
Mikhail Glushenkov authored
Cabal (the library) itself depends on these packages, so they should be installed first. See #1486.
-
- 27 Sep, 2013 1 commit
-
-
Mike Craig authored
-
- 11 Sep, 2013 1 commit
-
-
Mikhail Glushenkov authored
-
- 05 Sep, 2013 1 commit
-
-
Mikhail Glushenkov authored
Fixes #1473.
-
- 31 Aug, 2013 1 commit
-
-
refold authored
-
- 26 Aug, 2013 1 commit
-
-
tibbe authored
-
- 09 Jul, 2013 1 commit
-
-
Also add SCOPE_OF_INSTALLATION to 'setup install'.
-
- 07 Jul, 2013 2 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 21 Apr, 2013 1 commit
-
-
applicative authored
Following the third comment here (of dafis) http://stackoverflow.com/questions/16128503/trouble-with-installing-cabal-on-mac it seems that mtl-1.* should not be permitted by the regex on line 56, MTL_VER="2.1.2"; MTL_VER_REGEXP="[12]\." # == 1.* || == 2.* since in fact mtl-1 is rejected by the build-depends in the cabal file, which mentions mtl >= 2.0 && < 3 But perhaps this is a wrong understanding.
-
- 18 Feb, 2013 1 commit
-
-
Alexander Kjeldaas authored
-
- 17 Feb, 2013 1 commit
-
-
tuncer authored
-
- 14 Dec, 2012 1 commit
-
-
tuncer authored
-
- 15 Nov, 2012 1 commit
-
-
Ben Gamari authored
This is in place of the deprecated implementation from Control.Concurrent. New implementation due to Simon Marlow. Note that this has only been tested against stm-2.4 despite the permissive version bounds given in the cabal file and bootstrap script.
-
- 07 Nov, 2012 1 commit
-
-
tibbe authored
-
- 24 Oct, 2012 1 commit
-
-
tibbe authored
-
- 11 Oct, 2012 2 commits
- 15 Sep, 2012 1 commit
-
-
tuncer authored
-
- 08 Sep, 2012 1 commit
-
-
tuncer authored
-
- 11 Aug, 2012 1 commit
-
-
tibbe authored
Contributed by Tuncer Ayaz.
-
- 16 Apr, 2012 1 commit
-
-
Andres Löh authored
deepseq is a dependency of text, and not included with ghc-7.0.4.
-
- 12 Apr, 2012 1 commit
-
-
tuncer authored
-