This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 24 May, 2016 1 commit
-
-
accraze authored
There is also information on how to reset the stack. Resolve #2345
-
- 08 Apr, 2016 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 20 Feb, 2016 3 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fixes #2756.
-
Mikhail Glushenkov authored
* Renamed to 'extra-framework-dirs'. * Added 'extra-framework-dirs' to ConfigFlags. * Added some checks. * Updated changelog.
-
- 14 Jan, 2016 1 commit
-
-
Edsko de Vries authored
-
- 12 Nov, 2015 1 commit
-
-
U-CIQDEV\gbazerman authored
-
- 16 Sep, 2015 1 commit
-
-
gershomb authored
-
- 06 Jul, 2015 1 commit
-
-
Duncan Coutts authored
-
- 18 Dec, 2014 4 commits
-
-
ttuegel authored
-
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.
-
Luite Stegeman authored
-
- 10 Dec, 2014 2 commits
-
-
Luite Stegeman authored
path templates. CompilerInfo contains more information about the compiler than CompilerId, which just stores the flavour and version. In particular, CompilerInfo knows an AbiTag, which can be used to tell binary incompatible results from the same compiler apart, and detailed information about supported languages and extensions. Some fields in CompilerInfo may be left unknown (Nothing). This can be used in the future to allow partially resolving configurations based on supported languages or extensions.
-
Luite Stegeman authored
This patch adds the js-sources field, for JavaScript source code that should be included in compiled programs, similar to c-sources for other targets. It also adds ghcjs-options, ghcjs-shared-options and ghcjs-prof-options and makes the underlying code for options easier to extend.
-
- 21 Oct, 2014 2 commits
-
-
Mikhail Glushenkov authored
-
-
- 19 Oct, 2014 1 commit
-
-
Mikhail Glushenkov authored
Fixes #2130.
-
- 27 Jul, 2014 1 commit
-
-
Iustin Pop authored
While reading the docs, I saw a few typos, so I ran ispell through the docs. Fixed: - plain typos - a few instances of 'ie'→'i.e.' and 'eg' → 'e.g.' for nicer style - a few capitalisation issues (linux, unix) - a few not-nice (IMHO) abbreviations (for a manual, that is): distro→distribution, repo→repository - proper naming (RedHat→Red Hat)
-
- 26 Jun, 2014 1 commit
-
-
Miëtek Bak authored
-
- 03 Apr, 2014 3 commits
-
-
Ian D. Bollinger authored
-
Ian D. Bollinger authored
-
Ian D. Bollinger authored
-
- 21 Dec, 2013 2 commits
-
-
Mikhail Glushenkov authored
Fixes #1403.
-
Mikhail Glushenkov authored
-
- 19 Dec, 2013 1 commit
-
-
Mikhail Glushenkov authored
-
- 17 Dec, 2013 2 commits
-
-
Mikhail Glushenkov authored
The user guide really could really use an overhaul...
-
Mikhail Glushenkov authored
-
- 21 Nov, 2013 2 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 25 Oct, 2013 1 commit
-
-
Mikhail Glushenkov authored
-
- 17 Sep, 2013 1 commit
-
-
rrnewton authored
-
- 31 Aug, 2013 2 commits
-
- 23 Aug, 2013 4 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
See jgm/pandoc#976.
-
Mikhail Glushenkov authored
The docs/website sorely need to be reworked, but this will do for now.
-
- 25 Mar, 2013 1 commit
-
-
Gabor Greif authored
-
- 14 Jan, 2013 1 commit
-
-
John Wiegley authored
-