This project is mirrored from https://github.com/haskell/Cabal.git.
Pull mirroring updated .
- Apr 20, 2014
-
-
tibbe authored
Stripping triggers a bug in strip.exe when there are lots of identically named modules. The strip program has a limit in how it generates temp file names, which eventually leads to name collision. Fixes #1784.
-
- Apr 18, 2014
- Apr 17, 2014
-
-
tibbe authored
-
tibbe authored
-
Added the new field constructor functions 'listFieldWithSep' and 'commaListFieldWithSep' to be able to define pretty printing for fields, where each value of the field is positioned on a new line. Which fields are nested is currently hard coded in the 'ppField' function. (cherry picked from commit e8d5ea25)
-
(cherry picked from commit a63871b7) Conflicts: cabal-install/bootstrap.sh
-
- Apr 16, 2014
-
-
tibbe authored
-
- Apr 15, 2014
- Apr 14, 2014
-
-
Herbert Valerio Riedel authored
...and exploit new `cabal-install-1.18` package installing into `/opt/cabal/1.18/bin`
-
Mikhail Glushenkov authored
Fix typos
-
Ian D. Bollinger authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
This reverts commit fdf8afce. Fixes #1771.
-
- Apr 13, 2014
-
-
Mikhail Glushenkov authored
-
- Apr 12, 2014
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
byorgey authored
Add support for 'main-is' to 'cabal init'
-
https://github.com/benarmston/cabaltibbe authored
-
The list constructors 'nestedListField' and 'nestedCommaListField' have been added and are now used for fields that should be pretty printed with nesting.
-
Mikhail Glushenkov authored
-
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.
-
- Apr 11, 2014
-
-
barmston authored
-
Ian D. Bollinger authored
-
- Apr 10, 2014
-
-
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.
-