This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 12 Dec, 2014 29 commits
-
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Christiaan Baaij authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- 11 Dec, 2014 1 commit
-
-
Mikhail Glushenkov authored
add GHCJS fields and generalise flag handling
-
- 10 Dec, 2014 6 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.
-
Luite Stegeman authored
-
Luite Stegeman authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fixes #2258.
-
- 09 Dec, 2014 2 commits
-
-
ttuegel authored
Use text header for persistent build config
-
ttuegel authored
getConfigStateFile now throws meaningful exceptions which are caught by tryGetConfigStateFile and friends, which are allowed to propagate, rather than just calling 'die'. If the LocalBuildInfo was generated by an older version of Cabal, an exception is still generated, but the LocalBuildInfo is included if it is recoverable. This feature is used to reduce code duplication between the library and the test suite.
-
- 08 Dec, 2014 1 commit
-
-
ttuegel authored
-
- 04 Dec, 2014 1 commit
-
-
Mikhail Glushenkov authored
Add delete-source to cabal sandbox help.
-