This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 19 Mar, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 16 Mar, 2016 1 commit
-
-
Mikhail Glushenkov authored
Fixes #3229. (cherry picked from commit 7ab167b8)
-
- 06 Mar, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 04 Mar, 2016 1 commit
-
-
Mikhail Glushenkov authored
(cherry picked from commit 9cd1387fcd582a6131746e6742597069d54f905a)
-
- 23 Feb, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 20 Feb, 2016 1 commit
-
-
Mikhail Glushenkov authored
* Renamed to 'extra-framework-dirs'. * Added 'extra-framework-dirs' to ConfigFlags. * Added some checks. * Updated changelog.
-
- 19 Feb, 2016 1 commit
-
-
Mikhail Glushenkov authored
* Fix parsing of '--allow-newer=foo --allow-newer=bar'. * Fix './Setup configure --allow-newer --enable-{tests, benchmarks}'.
-
- 28 Jan, 2016 1 commit
-
-
Mikhail Glushenkov authored
-
- 16 Dec, 2015 1 commit
-
-
Mikhail Glushenkov authored
-
- 07 Nov, 2015 1 commit
-
-
Joachim Breitner authored
This mode implements #2911, and allows to connect the test runner directly to stdout/stdin. This is more reliable in the presence of no threading, i.e. a work-arond for #2398. I make the test suite use this, so that it passes again, despite printing lots of stuff. Once #2398 is fixed properly, the test suite should probably be extended to test all the various --show-details modes.
-
- 13 Oct, 2015 1 commit
-
-
Mikhail Glushenkov authored
-
- 12 Oct, 2015 1 commit
-
-
Mikhail Glushenkov authored
-
- 31 Jul, 2015 1 commit
-
-
Mikhail Glushenkov authored
-
- 29 Jul, 2015 1 commit
-
-
Mikhail Glushenkov authored
This reverts commit bd7bbd70, reversing changes made to d8fa4618.
-
- 27 Jul, 2015 1 commit
-
-
Ben Gamari authored
This fixes #2689.
-
- 07 Jul, 2015 1 commit
-
-
Duncan Coutts authored
-
- 02 Jul, 2015 1 commit
-
-
Conflicts: Cabal/changelog
-
- 27 Jun, 2015 1 commit
-
-
ttuegel authored
Fixes #2484. The 'builddir' option may now be specified in cabal.config as well. It will also be read from the CABAL_BUILDDIR environment variable, if set. The order of precedence (highest to lowest) is: 1. --builddir command line option 2. CABAL_BUILDDIR environment variable 3. cabal.config setting
-
- 21 May, 2015 4 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
[ci skip]
-
lukexi authored
-
Mikhail Glushenkov authored
[ci skip]
-
- 20 May, 2015 1 commit
-
-
Alexander Vershilov authored
This commit includes cabal_macros in c2hs call, so it will be possible to use MIN_VERSION macros in chs files.
-
- 02 Apr, 2015 1 commit
-
-
Mikhail Glushenkov authored
-
- 29 Mar, 2015 1 commit
-
-
Ian Ross authored
Add functionality to allow preprocessors like hsc2hs and C2HS to inform Cabal of extra C sources that they create that need to be compiled and linked. Includes hsc2hs-based test case.
-
- 04 Jan, 2015 1 commit
-
-
tibbe authored
-
- 18 Dec, 2014 2 commits
-
-
ttuegel authored
It doesn't make any sense to do a profiling build of an executable if the library doesn't have a profiled build! The option --enable-executable-profiling is changed to --enable-profiling to reflect that it is now a global flag. The old option is still recognized (for now).
-
ttuegel authored
Dynamically linking executables will fail without a shared library unless the executables do not depend on the library or there is no library. If there is no library, building shared libraries comes at no cost. If there is a library, the executables usually depend on it, so it makes sense to --enable-shared. If the user passes --disable-shared, it will still be honored, but a warning will be produced.
-
- 21 Oct, 2014 2 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 15 Sep, 2014 1 commit
-
-
ttuegel authored
-
- 29 May, 2014 2 commits
- 09 May, 2014 1 commit
-
-
Mikhail Glushenkov authored
Fixes #1852.
-
- 17 Apr, 2014 1 commit
-
-
tibbe authored
-
- 25 Mar, 2013 1 commit
-
-
Gabor Greif authored
-
- 23 Oct, 2011 1 commit
-
-
Ian Lynagh authored
Makes things a little simpler in GHC's build system if libraries are in the same directory as their name.
-
- 18 Jun, 2011 1 commit
-
-
Duncan Coutts authored
-
- 19 Jun, 2011 1 commit
-
-
Duncan Coutts authored
At the top level we now have cabal/ and cabal-install/
-
- 27 Feb, 2011 1 commit
-
-
Duncan Coutts authored
-