
18 Feb
2012
18 Feb
'12
8:17 p.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