This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 04 Mar, 2015 1 commit
-
-
Duncan Coutts authored
cabal-install.cabal : Add missing test dependency.
-
- 03 Mar, 2015 5 commits
-
-
Erik de Castro Lopo authored
Closes: https://github.com/haskell/cabal/issues/2447
-
Duncan Coutts authored
Use defaultRenaming for pkgs without renaming info
-
Duncan Coutts authored
add GNU Hurd OS
-
Duncan Coutts authored
Build Cabal/cabal-install with '-Werror' on Travis.
-
Duncan Coutts authored
Haddock: Use --package-{name|version} when available
-
- 01 Mar, 2015 1 commit
-
-
Ryan Desfosses authored
fixes haskell/hackage-server#269
-
- 25 Feb, 2015 1 commit
-
-
Ben Gamari authored
-
- 23 Feb, 2015 2 commits
-
-
Mikhail Glushenkov authored
Also fix some warnings to make it work.
-
ttuegel authored
Fixes #2375. The 'build' command now takes extra arguments, so autoconfUserHooks should not fail if they are provided.
-
- 20 Feb, 2015 2 commits
-
-
ttuegel authored
-
Mikhail Glushenkov authored
add Android OS
-
- 28 Jan, 2015 3 commits
-
-
Mikhail Glushenkov authored
Export componentCcGhcOptions
-
Edsko de Vries authored
-
Edsko de Vries authored
-
- 27 Jan, 2015 5 commits
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Mikhail Glushenkov authored
Only print warning when starting repl
-
Moritz Kiefer authored
-
Mikhail Glushenkov authored
Open repl even if there are no exposed modules
-
Moritz Kiefer authored
fixes #1986
-
- 19 Jan, 2015 7 commits
-
-
Mikhail Glushenkov authored
Add and fix the documentation.
-
ttuegel authored
Skip unbuildable tests and benchmarks
-
ttuegel authored
-
ttuegel authored
-
JeanPhilippeMoresmau authored
-
JeanPhilippeMoresmau authored
-
JeanPhilippeMoresmau authored
-
- 18 Jan, 2015 5 commits
-
-
Mikhail Glushenkov authored
Fix "ambigious" typos
-
RyanGlScott authored
-
JeanPhilippeMoresmau authored
-
- 17 Jan, 2015 1 commit
-
-
See #2323 for the details. (cherry picked from commit 370f135a)
-
- 14 Jan, 2015 1 commit
-
-
capsjac authored
Though Android OSs are based on Linux, they have very unique APIs that desktop OSs do not have. e.g. Bonic C lib, /dev/binder, libandroid.so, lots of Java native APIs, etc. Plus, Android has own different directory structures, environment variables, application starting scheme and security. I think it seems better choise to distinguish mobile platforms from desktop OSs.
-
- 13 Jan, 2015 6 commits
-
-
Mikhail Glushenkov authored
Build a Version the right way in Strip module
-
Adam C. Foltzer authored
per @23Skidoo's suggestion in #2356
-
Mikhail Glushenkov authored
Quiet version checking for `strip`
-
Adam C. Foltzer authored
Fixes #2359. Since the version checking code for `strip` on many platforms will fail without consequence, we don't want to warn every time it does.
-
https://github.com/acfoltzer/cabaltibbe authored
-
Adam C. Foltzer authored
Fixes #2339
-