This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 10, 2020
-
-
Oleg Grenrus authored
- Resolve #6684: - Resolve #6813: Update (and correct) source-repository-package documentation
-
- Jul 20, 2020
-
-
Oleg Grenrus authored
-
- Jul 15, 2020
-
-
Oleg Grenrus authored
-
- Jul 13, 2020
-
-
Oleg Grenrus authored
-
- Jul 09, 2020
-
-
Google uses `armv7-none-linux-androideabi`, analogous to `armv7-unknown-linux-gnueabi` for e.g. a 32-bit regular linux. The existing alias it not a mistake, it is the right one for 64 bit. Google for that use `aarch64-linux-android`, analogous to `aarch64-unknown-linux-android` for a 64-bi regular linux. See https://developer.android.com/ndk/guides/standalone_toolchain for evidence/details.
-
- Jun 11, 2020
-
-
Ken Micklas authored
This should alleviate #4746 for most use cases, if the dependent files are declared in `extra-source-files`. The downside is that `cabal` will not be able to avoid invoking GHC in as many cases, but GHC's `--make` should be smart enough to avoid any "actual" rebuilding that isn't necessary.
-
- Jun 04, 2020
-
-
Thomas M. DuBuisson authored
-
- Jun 03, 2020
-
-
Oleg Grenrus authored
-
- May 23, 2020
-
-
Francesco Gazzetta authored
[ci skip]
-
- May 18, 2020
-
-
Oleg Grenrus authored
-
- May 12, 2020
-
-
Oleg Grenrus authored
-
- May 07, 2020
-
-
Oleg Grenrus authored
-
-
- May 04, 2020
-
-
Oleg Grenrus authored
-
- Apr 25, 2020
-
-
Julian Ospald authored
Fixes #6739
-
- Apr 21, 2020
-
-
Oleg Grenrus authored
There was three Flag's. Now they are - `Flag` (cli parsing) - `PackageFlag` - `CompilerFlag` This allows wild-imports without `hiding (Flag)`, and make tags navigaton work!
-
- Apr 09, 2020
-
-
Matt Renaud authored
-
This PR adds `--exact` flag to the cabal list command which enables exact match on the package name while searching.
-
-
- Apr 07, 2020
-
-
Oleg Grenrus authored
Also refactor ./Setup sdist to not do anything fancy. Now `./Setup sdist` and `v2-sdist` should produce close(r) to same tarballs.
-
- Apr 06, 2020
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- Apr 01, 2020
-
-
Oleg Grenrus authored
-