This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 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
-
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
-
Hannes Siebenhandl authored
-
- Jun 20, 2019
-
-
Herbert Valerio Riedel authored
The pseudo-`NonEmpty` was temporarily introduced in b4a96aab
-