This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Feb 19, 2017
-
-
- We switched to using regex-tdfa, as regex-posix is buggy on Windows. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Feb 03, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Nov 18, 2016
-
-
Edward Z. Yang authored
See cabal-testsuite/README.md for a detailed description of the new architecture. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Oct 31, 2016
-
-
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>
-
- Oct 12, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Apr 01, 2016
-
-
Edward Z. Yang authored
In the process, I refactored the test suite a bit to be more robust and handle the --with-compiler more correctly in most cases. One note: I turned off the HPC tests with the GHC and WITH_GHC parameters don't match. In principle this should work but there is some sort of bug. I don't plan on fixing the bug. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Mar 20, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Feb 02, 2016
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Apr 15, 2014
-
-
Ian D. Bollinger authored
-
Ian D. Bollinger authored
For some reason github is finicky when it comes to local links. Also, I'm dyslexic it seems when it comes to Markdown's link syntax.
-
Ian D. Bollinger authored
* Reformat tests/README, add links to individual files. * Add link to tests/README to HACKING. * Add links to license files.
-
Ian D. Bollinger authored
* Ensure README.md is in .cabal files. * Remove some verbiage. * Remove broken link to old wiki in HACKING.
-
- Apr 14, 2014
-
-
Ian D. Bollinger authored
-
- Apr 29, 2013
-
-
ttuegel authored
-
- Aug 30, 2012
-
-
tibbe authored
Also print more informative test failure messages. Contributed by Stephen Blackheath.
-
- Aug 06, 2012
-
-
tibbe authored
Remove the bitrotted UnitTest test suite and also no longer used build infrastructure.
-
- Oct 23, 2011
-
-
Ian Lynagh authored
Makes things a little simpler in GHC's build system if libraries are in the same directory as their name.
-
- Jun 19, 2011
-
-
Duncan Coutts authored
At the top level we now have cabal/ and cabal-install/
-
- May 27, 2010
-
-
tibbe authored
Fixes ticket #693.
-