This project is mirrored from https://github.com/haskell/Cabal.git.
Pull mirroring updated .
- Aug 27, 2019
-
-
Fix v2-install ProgramDb confusion (cherry picked from commit a7a9766a)
-
Mikhail Glushenkov authored
Default to non-interactive init. (cherry picked from commit 690d6c56)
-
Add changelog for #5977 amd #6134 fixes [ci skip] (cherry picked from commit 773ad13a)
-
Issue 5977 (cherry picked from commit 0d2d9ca7)
-
cabal run works with Literate Haskell file (cherry picked from commit dc138034)
-
- Aug 09, 2019
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Pass `ld-options` through to GHC (cherry picked from commit 853414b7)
- Aug 03, 2019
-
-
Oleg Grenrus authored
Backports ignore msg spdx
-
- Aug 02, 2019
-
-
Previously we would issue a warning of the following form when we encountered a field that isn't supported by the cabal-version declared in the cabal file: Warning: ghc-heap.cabal:30:3: The field "cmm-sources" is available only since the Cabal specification version 3.0. The message, however, doesn't tell the user the consequence of this warning. Consequently a user could easily be confused when the build subsequently fail. Avoid this possibility by clearly stating that the field value will be ignored.
-
Oleg Grenrus authored
-
- Jul 31, 2019
-
-
Mikhail Glushenkov authored
-
Parse list fields in cabal config file (cherry picked from commit 0d328921)
-
- Jul 21, 2019
-
-
Mikhail Glushenkov authored
This reverts commit 9b1e15c6.
-
- Jul 18, 2019
-
-
Treating globs like filenames was always illegitimate, but this code was broken further by the addition of recursive globs. I had a look around for other dubious code along these lines, and it looks like this site is the only problematic one. Fixes #6125. (cherry picked from commit 7fec503a)
-
Mikhail Glushenkov authored
This reverts commit c5395b85.
-
- Jul 02, 2019
-
-
Mikhail Glushenkov authored
Make `debug-info` >= 1 imply library/executable-stripping: False (cherry picked from commit ed3ae133)
-
* Fix `v2-repl` changing directory incorrectly. * Add changelog entry * Add haddocks * Add check for GHC geq 7.6 (`-ghci-script` wasn't there yet) (cherry picked from commit fef6d8d4)
- Jul 01, 2019
-
-
Herbert Valerio Riedel authored
While those buildinfo fields were added to the parser some time ago via 57d7f28e and 4a287659 that work was never completed by implementing the necessary build/sdist logic in Cabal. This commit remedies this oversight by implementing and wiring up the missing build logic. NOTE: This is a backport of (at time of writing) unfinished https://github.com/haskell/cabal/pull/6033 to the 3.0 branch Specifically preprocessor-generated asm/cmm-sources need more work. Co-authored-by:
Sylvain Henry <sylvain@haskus.fr>
-
- Jun 26, 2019
-
-
Francesco Gazzetta authored
(cherry picked from commit 4d2ca525)
-
- Jun 25, 2019
-
-
Mikhail Glushenkov authored
3.0 port of the 2.4 #5119 hack
-
Issue #5119 is tracking spurious generation of these warnings. There are a lot of them! We can't release with so many false positives, so just squelch the warning outright. This is a hack and this commit should be reverted if we get a proper fix that can be backported to the 2.4 branch. (cherry picked from commit e8ba7319)
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Prevent dependency on private library
-
Mikhail Glushenkov authored
show-build-info (lib:Cabal part)
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
This commit builds upon the work of cfraz89 and completes the lib:Cabal part of the show-build-info feature. Co-authored-by:
Chris Fraser <cfraz89@gmail.com>
-
This allows users to get a JSON representation of various information about how Cabal would go about building a package. The output of this command is intended for external tools and therefore the format should remain stable.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Unpack in existing directory if empty
-
- Jun 24, 2019
-
-
Alexis Williams authored
-
- Jun 23, 2019
-
-
Mikhail Glushenkov authored
-
Oleg Grenrus authored
Update issue template
-
Oleg Grenrus authored
Co-Authored-By:
Mikhail Glushenkov <mikhail.glushenkov@gmail.com>
-
- Jun 22, 2019
-
-
Alexis Williams authored
-
- Jun 21, 2019
-
-
Hannes Siebenhandl authored
-
Hannes Siebenhandl authored
-