This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Dec 17, 2018
-
-
Alexis Williams authored
-
- Dec 16, 2018
-
-
Alexis Williams authored
-
- Oct 19, 2018
-
-
Mikhail Glushenkov authored
-
- Oct 17, 2018
-
-
Herbert Valerio Riedel authored
As the case of `cpphs-1.20.8` has shown in #5379, in cases when a monolithic package gets installed due to its executable components (i.e. `exe:cpphs`) into the store we *have* to register if there's a buildable public library (i.e. `lib:cpphs`) that was built and installed into the same store folder as otherwise this will cause build failures once a target actually depends on `lib:cpphs` This ought to fix #5379
-
Mikhail Glushenkov authored
Update travis: +8.6.3 +8.4.4 -8.4.3
-
Mikhail Glushenkov authored
See #5625. Somewhat experimental.
-
- Oct 16, 2018
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- Oct 15, 2018
-
-
For some reason repl invocation was skipped for indefinite components. However, GHCi seems to handle them just fine. Fixes #5619.
-
- Oct 14, 2018
-
-
quasicomputational authored
Using the Unix epoch is causing problems on Windows because it's before MS-DOS's epoch of 1980-01-01. Picking a different, memorable one ought to solve that. Closes #5596.
-
- Oct 12, 2018
-
-
Francesco Gazzetta authored
Datadir env var generation for vcs and tarballs
-
Francesco Gazzetta authored
Fixes #5469
-
Francesco Gazzetta authored
Check existence of packagedb before dumping it
-
Francesco Gazzetta authored
If the pkgdb does not exist, skip it and treat it as an empty one Fixes #5516
-
- Oct 08, 2018
-
-
Francesco Gazzetta authored
-
Mikhail Glushenkov authored
doc: common stanzas: import must be the first field
-
- Oct 07, 2018
-
-
Domen Kožar authored
-
- Oct 06, 2018
-
-
Mikhail Glushenkov authored
Fix a typo in cabal-install/bootstrap.sh [ci skip]
-
Felix Yan authored
-
- Oct 04, 2018
-
-
Herbert Valerio Riedel authored
This adds support to `cabal init` for selecting the Cabal spec version (i.e. the `cabal-version:` field) and also takes care of translating between pre-SPDX and SPDX license ids.
-
- Oct 03, 2018
-
-
Herbert Valerio Riedel authored
Warn when failing to symlink an exe in new-install This provides a partial fix/improvement to #5491
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
Does not warn if the existing symlink already points to the correct location Partial solution to #5491
-
- Sep 29, 2018
-
-
Herbert Valerio Riedel authored
-
-
- Sep 21, 2018
-
-
Herbert Valerio Riedel authored
-
- Sep 20, 2018
-
-
Alexis Williams authored
Filter out executables from package-id flags
-
Alexis Williams authored
-
- Sep 19, 2018
-
-
Alexis Williams authored
-
Oleg Grenrus authored
Remove Text from D.Simple
-
- Sep 18, 2018
-
-
Oleg Grenrus authored
- Add Parsec/Pretty CompilerId instances - Fix Parsec PackageIdentifier instance (hopefully it wasn't used for anything important)
-
- Sep 08, 2018
-
-
Herbert Valerio Riedel authored
In the course of 4466310e (see #5526) the `Setup.hs haddock` CLI was extended to allow component ids to be passed as positional arguments. However, `autoconfUserHooks` which is used in case of `build-type: Configure` wasn't updated accordingly, and consequently this caused `new-haddock` to break for packages using `Configure`. cc @alexbiehl Fixes #5503
-
- Sep 06, 2018
-
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
cc @phadej
-
- Sep 05, 2018
-
-
Herbert Valerio Riedel authored
-
Edward Z. Yang authored
Instead of directly committing binaries to GitHub (GitHub doesn't like them) upload to Amazon S3. Any S3 bucket controlled by s3-bouncer is acceptable; we have hardcoded s3-bouncer.heroku.com. More info about s3-bouncer available at: https://github.com/ezyang/s3-bouncer Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Sep 03, 2018
-
-
Herbert Valerio Riedel authored
and clean up various aspects related to the `cabal-version` field
-
- Sep 01, 2018
-
-
Alexis Williams authored
Fix #5541.
-
Alexis Williams authored
-
Alexis Williams authored
Lazy I/O strikes again.
-