This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 10 Apr, 2014 1 commit
-
-
Mikhail Glushenkov authored
-
- 09 Apr, 2014 1 commit
-
-
Herbert Valerio Riedel authored
This is related to #667 and similiar issues
-
- 08 Apr, 2014 4 commits
-
-
tibbe authored
Pretty print 'extensions' and 'tested-with' fields in one line.
-
Daniel Trstenjak authored
-
tibbe authored
-
https://github.com/dan-t/cabaltibbe authored
-
- 07 Apr, 2014 4 commits
-
-
Mikhail Glushenkov authored
'install --enable-tests' shouldn't actually run tests.
-
Mikhail Glushenkov authored
Add a 'haddock' section to '~/.cabal/config'.
-
Daniel Trstenjak authored
Conflicts: Cabal/Distribution/ParseUtils.hs
-
tibbe authored
Fix #893 (Broken links in user guide)
-
- 03 Apr, 2014 4 commits
-
-
Ian D. Bollinger authored
-
Ian D. Bollinger authored
-
Ian D. Bollinger authored
-
byorgey authored
Fix #1569.
-
- 02 Apr, 2014 2 commits
-
-
barmston authored
A new pretty-print has been introduced `D.ParseUtils.commaNewLineListField`. It is similar to `D.ParseUtils.commaListField` but has each item on its own line. The constraints section of the package environment is pretty printed with `commaNewLineListField`.
-
Ian D. Bollinger authored
* Change `guessPackageName` to translate arbitrary strings into valid package names. * Change type of `packageName` flag from String to PackageName and reject names that do not pass PackageName's corresponding parse function.
-
- 30 Mar, 2014 3 commits
-
-
Mikhail Glushenkov authored
Add missing Cabal init licenses
-
Ian D. Bollinger authored
to have been inaccessible.
-
Ian D. Bollinger authored
-
- 21 Mar, 2014 12 commits
-
-
Daniel Trstenjak authored
-
Mikhail Glushenkov authored
Add a warning for sections that are not on the top level.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
'ChoiceOpt' is really an enum, when we were using it is a boolean the default value wasn't printed correctly in the config file. Before: -- hscolour: After: -- hscolour: False
-
Mikhail Glushenkov authored
Otherwise this field is by default printed as 'all: False' instead of '-- all:' in the config file. Ideally, we'd like to print the commented default value.
-
Mikhail Glushenkov authored
Fixes #931, #1585. The new config file section looks like this by default: haddock -- keep-temp-files: False -- hoogle: False -- html: False -- html-location: -- executables: False -- tests: False -- benchmarks: False -- all: -- internal: False -- css: -- hyperlink-source: False -- hscolour-css: -- contents-location:
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Add a new flag '--run-tests' for running tests. Fixes #1647.
-
Mikhail Glushenkov authored
Output the prologue file in UTF-8 when Haddock >= 2.15.
-
Mikhail Glushenkov authored
Fixes #1721.
-
- 19 Mar, 2014 7 commits
-
-
ttuegel authored
Implement '--show-details=streaming' to show test logs in real-time
-
ttuegel authored
-
ttuegel authored
This is a workaround to enable streaming test logs in Cabal's test suites.
-
ttuegel authored
-
ttuegel authored
LibV09 tests are still non-streaming because those tests do not use stdout anyway.
-
ttuegel authored
The test runners for exitcode-stdio and detailed tests will be separated into their own modules. They cannot share a test runner because '--show-details=streaming' does not make sense for detailed tests the way they are implemented now. The detailed test runner needs to be substantially rewritten anyway, so splitting up the test runners will eventually accomodate that goal.
-
ttuegel authored
-
- 10 Mar, 2014 2 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
According to @haasn on IRC, '--source-entity-line' will be supported by Haddock 2.14.
-