This project is mirrored from https://github.com/haskell/Cabal.git.
Pull mirroring updated .
- Apr 15, 2014
-
-
tibbe authored
-
- 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.
-
Mikhail Glushenkov authored
This reverts commit 3c7a7408, reversing changes made to 68d9077c.
-
Mikhail Glushenkov authored
-
- Apr 09, 2014
-
-
Herbert Valerio Riedel authored
This is related to #667 and similiar issues
-
- Apr 08, 2014
-
-
tibbe authored
Pretty print 'extensions' and 'tested-with' fields in one line.
-
Daniel Trstenjak authored
-
tibbe authored
-
https://github.com/dan-t/cabaltibbe authored
-
- Apr 07, 2014
-
-
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)
-
- Apr 05, 2014
-
-
barmston authored
An InstallPlan contains installed packages in the package database which are not required to satisfy the dependencies of the user targets. To prevent including them in the frozen set of constraints, `Freeze.planPackages` uses `D.C.PackageIndex.dependencyClosure` to try and take the transitive closure of the package dependencies. Whilst it is possible for `pruneInstallPlan` to fail, only valid `InstallPlan`s are passed to it. If a failure does occur, we error.
-
- Apr 03, 2014
-
-
Ian D. Bollinger authored
-