
19 Feb
2012
19 Feb
'12
1:17 a.m.
When we fixed dependency resolution for tests in cabal-install, I didn't make 'cabal configure' add the new resolver constraints when appropriate. As a result, 'cabal configure' was silently ignoring '--enable-tests' and '--enable-benchmarks'. The attached patch corrects this behavior. Thanks! -- Thomas Tuegel