This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 17 Oct, 2014 1 commit
-
-
Mikhail Glushenkov authored
-
- 27 Sep, 2014 2 commits
-
-
Mikhail Glushenkov authored
-
-
- 25 Sep, 2014 1 commit
-
-
Mikhail Glushenkov authored
Fixes #1901. Some variants of 'tar' don't support the '--format' option, so we have to do feature detection. Note that 'cabal sdist' (as opposed to 'Setup.hs sdist') uses the built-in tar.gz archiver ('Distribution.Client.Tar') and doesn't invoke 'tar' or 'gzip'.
-
- 14 Apr, 2014 1 commit
-
-
Ian D. Bollinger authored
-
- 05 Nov, 2013 1 commit
-
-
Liyang HU authored
∙ At one point under OS X, ld required the mtime of the symbol table to be not older than that of the archive itself. This means that even copying an .a file required invoking ranlib to update the symbol table mtime. ∙ However running ranlib renders pointless the deterministic mode of #1537. ∙ As of at least 2008 according to the BUGS section of ranlib(1), this has no longer been necessary. First introduction: 12b35902 Current implementation: af3da760
-
- 03 Oct, 2013 1 commit
-
-
Roman Cheplyaka authored
-
- 10 Aug, 2013 1 commit
-
-
Duncan Coutts authored
Previously we would just use the normal system $PATH for finding programs (unless the Program provided some custom method). Now the ProgramDb has its own notion of the search path and we use that for finding programs (by default). The search path can be either specific directories or the system search method (ie $PATH on unix and something similar on Win32). The default search path is just the system one. In addition, this search path is passed on to programs when we invoke them as the $PATH env var.
-
- 23 Oct, 2011 1 commit
-
-
Ian Lynagh authored
Makes things a little simpler in GHC's build system if libraries are in the same directory as their name.
-
- 18 Jul, 2011 1 commit
-
-
ttuegel authored
This patch also reorganizes the HPC output directories for consistency. All files related to HPC are now located in the "dist/hpc" directory.
-
- 19 Jun, 2011 1 commit
-
-
Duncan Coutts authored
At the top level we now have cabal/ and cabal-install/
-
- 23 Sep, 2010 1 commit
-
-
Atze Dijkstra authored
-
- 06 Jul, 2010 1 commit
-
-
Atze Dijkstra authored
-
- 09 May, 2010 1 commit
-
-
Ian Lynagh authored
-
- 15 Dec, 2009 1 commit
-
-
Andres Loeh authored
-
- 28 Nov, 2009 1 commit
-
-
Duncan Coutts authored
Break a couple fewer package's Setup.hs files
-
- 07 Jun, 2009 1 commit
-
-
Duncan Coutts authored
Add an explicit intermediate ProgramInvocation data type.
-