This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 27 Apr, 2014 1 commit
-
-
owst authored
Avoid inline strings and manual spacing - use already-declared key variables and unwords
-
- 24 Apr, 2014 1 commit
-
-
tibbe authored
-
- 23 Apr, 2014 6 commits
-
-
tibbe authored
-
Ian D. Bollinger authored
-
Andres Löh authored
Before the solver is invoked, the parameters will be printed if high verbosity has been selected. This includes constraints and preferences.
-
tibbe authored
-
tibbe authored
Platform dependent search path separator
-
tchakkazulu authored
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
-
- 22 Apr, 2014 3 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
This reverts commit 75f8651d. See discussion in #1780.
-
Mikhail Glushenkov authored
As suggested by Anders Löh in #1780.
-
- 21 Apr, 2014 4 commits
-
-
Herbert Valerio Riedel authored
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.
-
tibbe authored
Cabal.cabal: allow QuickCheck-2.7
-
Sergei Trofimovich authored
Signed-off-by:
Sergei Trofimovich <slyfox@gentoo.org>
-
Travis Cardwell authored
https://github.com/haskell/cabal/issues/1796 (The current https://hackage.haskell.org/ SSL certificate does not have identity validation, so `--no-check-certificate` must be passed to `wget` in order for it to fetch without error.)
-
- 20 Apr, 2014 6 commits
-
-
Mikhail Glushenkov authored
AFAIK. We don't use this form consistently anyhow. Also fix a typo.
-
Herbert Valerio Riedel authored
So that it'll show up on Hackage
-
Mikhail Glushenkov authored
Relax handling of encoding failures on Windows (fixes #846)
-
Mikhail Glushenkov authored
Fixes #1780.
-
tibbe authored
-
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.
-
- 19 Apr, 2014 1 commit
-
-
tibbe authored
-
- 18 Apr, 2014 7 commits
- 17 Apr, 2014 11 commits
-
-
-
-
The arguments to the executable already required separating the from arguments to cabal. The help text just didn't reflect that.
-
-
-
-
-
The user and global package DBs are removed from the GHC_PACKAGE_PATH by virtue of GHC_PACKAGE_PATH no longer ending in a `:`. A reasonable guess as to the location of the global database is added to the GHC_PACKAGE_PATH. The global package DB path is probably wrong for custom installations and for Windows machines.
-
-
Uses a hardcoded path for the sandbox and also includes both the global and user package databases, but ending with a `:`.
-
Conflicts: cabal-install/Main.hs
-