This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 12 Apr, 2014 1 commit
-
-
This includes a new flag, --main-is, as well as a new prompt that appears if the user selects the 'Executable' option or uses --is-executable.
-
- 11 Apr, 2014 2 commits
-
-
-
Ian D. Bollinger authored
-
- 10 Apr, 2014 9 commits
-
-
Ian D. Bollinger authored
* Fix copyright field. * List valid versions for each license. * Remove descriptions for most licenses; just link to them instead. * Explain why BSD4 should be avoided. * State that public domain is not a license. * Link to user guide.
-
-
Duncan Coutts authored
Of course processing an empty install plan doesn't do very much but did give some slightly confusing messages at higher verbosity levels.
-
Mikhail Glushenkov authored
It's not supported by latest test-framework. See https://github.com/haskell/test-framework/issues/2
-
Mikhail Glushenkov authored
-
https://github.com/dan-t/cabalMikhail Glushenkov authored
This reverts commit 0038d05a, reversing changes made to c721e851.
-
Mikhail Glushenkov authored
This reverts commit 68d9077c.
-
Mikhail Glushenkov authored
This reverts commit 3c7a7408, reversing changes made to 68d9077c.
-
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 10 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.
-