This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jul 22, 2020
-
-
Oleg Grenrus authored
-
- Jun 02, 2020
-
-
Oleg Grenrus authored
-
- Apr 13, 2020
-
-
Oleg Grenrus authored
-
- Dec 29, 2019
-
-
Oleg Grenrus authored
-
- Dec 25, 2019
-
-
Oleg Grenrus authored
-
- Dec 18, 2019
-
-
Oleg Grenrus authored
-
- Dec 11, 2019
-
-
Oleg Grenrus authored
-
- Dec 10, 2019
-
-
Oleg Grenrus authored
-
- Nov 07, 2019
-
-
Dale Wijnand authored
Previously this would work until CABAL_TESTSUITE_BDIR was needed, at which point it would fail because it looked for things under .../ghc-8.6/... while cabal v2-build actually put them in .../ghc-8.6.5/... Hard-coding "ghc" is unfortunate, but I didn't know if there was an easy way to avoid it. I also didn't want to over-complicate it, until it was necessary. validate.sh isn't tested in CI so... [ci skip]
-
- Nov 06, 2019
-
-
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]
-
- Jul 06, 2019
-
-
Oleg Grenrus authored
-
- Mar 09, 2019
-
-
Herbert Valerio Riedel authored
-
- Mar 03, 2019
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- Dec 15, 2018
-
-
Oleg Grenrus authored
-
- Dec 04, 2018
-
-
Oleg Grenrus authored
- Add bunch of installed constraints to cabal.project.local.travis - Fix compat in D.Compat.Directory - Compat (process-1.1/ghc-7.6) in cabal-testsuite - validate.sh improvements - Warningless cabal-testsuite build
-
- Nov 27, 2018
-
-
Oleg Grenrus authored
-
- Nov 25, 2018
-
-
Oleg Grenrus authored
-
- Aug 01, 2018
-
-
Mikhail Glushenkov authored
-
- Feb 14, 2018
-
-
Mikhail Glushenkov authored
-
- Jan 24, 2018
-
-
Oleg Grenrus authored
Resolve #5025
-
- Jan 22, 2018
-
-
Oleg Grenrus authored
Now there's --help, so it's easier to use :)
-
- Jan 16, 2018
-
-
Oleg Grenrus authored
-
- Jan 15, 2018
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
This script contains similar commands to appveyor.yml, except it relies on cabal new-build, so should be safe to run locally. Using this script can ease Travis stress. ATM I see following tests failing: - PackageTests/Backpack/Includes3/setup-external-ok.test.hs - https://github.com/haskell/cabal/issues/5039 - PackageTests/CustomPlain/setup.test.hs - `<command line>: cannot satisfy -package-id Cabal-2.1.0.0-inplace` - PackageTests/CustomDep/sandbox.test.hs - `.../dist-sandbox-3402c05b/setup/setup: createProcess: runInteractiveProcess: exec: permission denied (Permission denied)`
-