This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 15 Nov, 2017 1 commit
-
-
Moritz Angermann authored
Fixes #4890
-
- 31 Oct, 2016 1 commit
-
-
The key idea is that once we put PackageTests in its own package, we can ensure that its Setup.hs is compiled with the same version of Cabal library as package-tests is compiled with. This means that LBI reading will *always succeed* which is quite nice. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 10 Dec, 2012 1 commit
-
-
Duncan Coutts authored
This allows specifying the main-is field as a C file. This is closely based on patches by Edward Z. Yang, who in turn credits and earlier set of patches by Irene Knapp. The slight difference in this version of the patch is that it is adjusted to work with the new approach where we have separate hs compile; c compile; and link phases.
-