This project is mirrored from https://github.com/haskell/Cabal.git.
Pull mirroring updated .
- May 03, 2014
-
-
When using cabal exec on Windows, it would give an error such as: ghc.exe: can't find a package database at C:\Users\tchakkazulu\path\to\dir\.cabal-sandbox\i386-windows-ghc-7.6.3-packages.conf.d:C:\Program Files (x86)\Haskell Platform\2013.2.0.0\lib\package.conf.d (cherry picked from commit 12deea33) Conflicts: cabal-install/Main.hs
- May 02, 2014
-
-
This makes the HTTP user-agent field look like so: User-Agent: cabal-install/1.21.0.0 (linux; x86_64) This allows us to gather more statistics about our user-base as with the current user-agent string we can only do a rough break-down by cabal-install version numbers. (cherry picked from commit bd0fcd55)
-
- Apr 21, 2014
-
-
Starting with GHC 7.10 (and soon GHC HEAD), System.Exit exports the new `die` which would clash with Cabal's own `die`. See also https://ghc.haskell.org/trac/ghc/ticket/9016 For more details. (cherry picked from commit 322ddbc0)
-
- 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.
-
-