This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 08, 2019
-
-
Sebastian Graf authored
This would trip up the improved pattern match checker from [!963](ghc/ghc!963). The removed code is related to maintaining the round-trip property, so should be re-introduced at some point. This is tracked in #6193.
-
- Aug 09, 2019
-
-
Mikhail Glushenkov authored
Pass `ld-options` through to GHC
-
- Aug 04, 2019
-
-
Niklas Hambüchen authored
-
Niklas Hambüchen authored
-
- Aug 03, 2019
-
-
Oleg Grenrus authored
parser: Clearly state that invalid fields are ignored
-
- 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
Update to SPDX License List 3.6 2019-07-10
-
- Aug 01, 2019
-
-
Oleg Grenrus authored
-
- Jul 30, 2019
- Jul 26, 2019
- Jul 25, 2019
-
-
Oleg Grenrus authored
Add FGSectionDescrs so cabal.project sections can be parsed using Fie…
-
Oleg Grenrus authored
-
Oleg Grenrus authored
runParseResult reutrns NonEmpty PError
-
Oleg Grenrus authored
-
- Jul 18, 2019
-
-
Oleg Grenrus authored
Issue 5977
-
- Jul 17, 2019
-
-
Mikhail Glushenkov authored
Bump version to 3.1.0.0
-
- Jul 07, 2019
-
-
Oleg Grenrus authored
-
-
- Jul 06, 2019
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
cabal run works with Literate Haskell file
-
- Jul 05, 2019
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Issue 5775 seems to be fixed, let's see
-
Oleg Grenrus authored
-
Erik de Castro Lopo authored
Improve CabalFileSearchFailure messages
-
Erik de Castro Lopo authored
The original error constructors had zero extra information (for debugginng) when triggered. The error message "NoCabalFileFound" is simply not useful without further context. All of the existing CabalFileSearchFailure constructors now include a FilePath field.
-
- Jul 03, 2019
-
-
Oleg Grenrus authored
This reverts commit a6fff366.
-
Oleg Grenrus authored
This reverts commit 7fec503a.
-
quasicomputational authored
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.
-
- Jun 27, 2019
-
-
Mikhail Glushenkov authored
Make `debug-info` >= 1 imply library/executable-stripping: False
-
Alexis Williams authored
* Fix `v2-repl` changing directory incorrectly. * Add changelog entry * Add haddocks * Add check for GHC geq 7.6 (`-ghci-script` wasn't there yet)
-
- Jun 26, 2019
-
-
Francesco Gazzetta authored
-
Matthew Pickering authored
Fixes #2702 If you enable `debug-info` then you also have to stop the libraries and executables being stripped as otherwise the debug symbols are removed.
-
- Jun 25, 2019
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Prevent dependency on private library
-