This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Nov 19, 2019
-
-
Oleg Grenrus authored
-
- Nov 15, 2019
-
-
Oleg Grenrus authored
Pre-install deps in validate.dockerfile, relax some upper bounds.
-
Oleg Grenrus authored
Pre-installing deps should speed-up validation; marginally, but still few minutes.
-
Oleg Grenrus authored
Add regression test, and resolve #6334
-
Oleg Grenrus authored
Revert "Properly expand globs when looking for headers in extra-src-files." This reverts commit 3b54835c.
-
Oleg Grenrus authored
Use lukko for file-locking
-
- Nov 14, 2019
-
-
Oleg Grenrus authored
-
- Nov 13, 2019
-
-
Oleg Grenrus authored
Change travis dist: trusty -> xenial
-
Oleg Grenrus authored
Validate dockerfile
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Green on my machine
-
Oleg Grenrus authored
-
- Nov 08, 2019
-
-
Oleg Grenrus authored
Replace Prelude.head/tail/init/last with NonEmpty
-
-
- Nov 07, 2019
-
-
Oleg Grenrus authored
tests: avoid blocking on git tagging
-
Oleg Grenrus authored
alex 3.2.5 reordered imports
-
- Nov 06, 2019
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
validate.sh: Fix cabal-plan invocation
-
Dale Wijnand authored
I haven't understood 100%, but something about having the following in my ~/.gitconfig: [tag] gpgsign = true forceSignAnnotated = true means that creating these tags block on my editor exiting and providing the annotated tag commit message. I also didn't investigate all the options, but I tested that this one fixes the issue for me.
-
Dale Wijnand authored
In recent versions of cabal-plan the --builddir= flag has become a non-global flag; i.e. it needs to be placed after the sub-command rather than before. `validate.sh` isn't tested in CI so... [ci skip]
-
- Nov 03, 2019
-
-
Edward Z. Yang authored
* Restructure Includes3 tests so that I can also test Hackage case. Signed-off-by:
Edward Z. Yang <ezyang@mit.edu> * Compute correct install directories for instantiated Backpack components Previously, we would compute elabInstallDirs once when configuring a component, and then reuse the exactly same install directories for every instantiation of the package. But this is wrong, since we're installing the header/object files for each instantiation to a different directory. We refactor install directory computation into a helper function and then call it again at instantiation time to refresh the install directories. For some reason, this bug ONLY manifests for packages installed from Hackage; it seems install dirs are not respected for inplace packages. Fixes #6005 Signed-off-by:
Edward Z. Yang <ezyang@mit.edu> * Test fix Signed-off-by:
Edward Z. Yang <ezyang@mit.edu> * Copy backpack version-guard from other backpack testcases
-
Oleg Grenrus authored
Honour suffix and prefix on install
-
Oleg Grenrus authored
Use Data.List.NonEmpty and avoid some partial functions
-
Oleg Grenrus authored
Fix typo in Configuration chapter [ci skip]
-
Oleg Grenrus authored
Start GHCi with the main module in scope
-
- Nov 02, 2019
-
-
Dale Wijnand authored
-
Add safe alternatives to some partial functions in Distribution.Utils.Generic, and removes the originals from Distribution.Compat.Prelude Uncomment versions of functions in Distribution.Compat.Parsing that return non-empty lists Co-authored-by:
Dale Wijnand <dale.wijnand@gmail.com>
-
Herbert Valerio Riedel authored
Allow forks to trigger CI builds but at the same time exclude builds in forks from triggering notifications. See also https://docs.travis-ci.com/user/conditions-v1
-
Dale Wijnand authored
-
- Nov 01, 2019
-
-
Oleg Grenrus authored
Bump from GHC 8.6.4 to 8.6.5
-
Oleg Grenrus authored
CI: Add travis_retry when uploading binaries to S3
-
Dale Wijnand authored
-
- Oct 27, 2019
-
-
Anton Logvinenko authored
-
Dale Wijnand authored
-
Dale Wijnand authored
But then exclude builds in forks from the notifications.
-
- Oct 22, 2019
-
-
Use project config instead of global one to get store-dir and logs-dir. Fixes #5925
-
- Oct 18, 2019
- Oct 11, 2019
-
-
Ryan Scott authored
Implement --benchmark-options for v2-bench
-
Ryan Scott authored
-