This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 06 Aug, 2017 4 commits
-
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
With cabal projects a package might depend on another inplace package in the same project, so we need to add envoronment variables for each of them when using new-run.
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
Using the current directory worked with single packages, but cabal projects can use packages in different places. Fixes #4639
-
- 29 Jul, 2017 2 commits
-
-
Edward Z. Yang authored
Upgrade to 2.0 branch.
-
Edward Z. Yang authored
- cabal-install 2.0 new-build has different directory layout; everything is adjusted for that. - Using hvr's PPA for Linux builds, and a custom ezyang build for OS X
-
- 25 Jul, 2017 5 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fixes #4625.
-
Mikhail Glushenkov authored
Leave single invocation of ar
-
Francesco Gazzetta authored
Make new-bench actually run the benchmarks
-
- 24 Jul, 2017 4 commits
-
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
Based on new-test.
-
- 23 Jul, 2017 4 commits
-
-
Sergey Vinokurov authored
-
Sergey Vinokurov authored
-
Sergey Vinokurov authored
Also rename config field configArDoesNotSupportResponseFiles into configUseResponseFiles
-
Sergey Vinokurov authored
-
- 22 Jul, 2017 5 commits
-
-
Sergey Vinokurov authored
-
Sergey Vinokurov authored
-
Sergey Vinokurov authored
Newer versions of ar program support @file argument, which allows to supply all object files, however numerous, in one call to ar, thus reducing overhead of creating multiple ar processes where each process must fully re-read output of the previous invocation.
-
Sergey Vinokurov authored
-
Mikhail Glushenkov authored
-
- 21 Jul, 2017 4 commits
-
-
Mikhail Glushenkov authored
Add detailed bad libs info to missing libs
-
Mikhail Glushenkov authored
Further compact build profile output in new-build
-
Amir Mohammad Saied authored
-
Mikhail Glushenkov authored
[ci skip]
-
- 20 Jul, 2017 7 commits
-
-
Francesco Gazzetta authored
Reduce duplication in CmdRun. Also fixes #4608.
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
Return a monomorphic TargetsMap from selectPlanSubset and put it in the final ProjectBuildContext. This causes slight duplication in CmdRun.hs, but not as bas as when we didn't return anything. In exchange, the final return type is much simpler. Note that CmdConfigure returns an empty TargetsMap, as configure doesn't accept targets.
-
Francesco Gazzetta authored
Previously, the extraction of the target from the targetStrings was done twice: inside the function passed to 'runProjectPreBuildPhase' and right after it. Now 'runProjectPreBuildPhase' is able to return information from that function, and the duplication was removed, along with some assumptions about the number of targets.
-
suzumiyasmith authored
-
Mikhail Glushenkov authored
[ci skip]
-
Edward Z. Yang authored
Add datadir env var before running the exe
-
- 19 Jul, 2017 4 commits
-
-
Francesco Gazzetta authored
Datafiles should work when running an inplace exe
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
This enables the executale to find the datafiles in inplace builds. Fixes #4120
-
- 18 Jul, 2017 1 commit
-
-
Mikhail Glushenkov authored
-