patch: --enable-tests and --only-dependencies

2012-01-07 Thread Antoine Latter
Hi Cabal, When trying to use "cabal install --enable-tests --only-dependencies" it appears to be passing the "--enable-tests" option down to the dependent packages during build. This isn't what I want at all - I only want to use the "--enable-tests" flag for the purpose of building an install pla

Re: patch: --enable-tests and --only-dependencies

2012-01-07 Thread Johan Tibell
This has annoyed me as well. Thanks for fixing. On Sat, Jan 7, 2012 at 10:59 AM, Antoine Latter wrote: > Hi Cabal, > > When trying to use "cabal install --enable-tests --only-dependencies" > it appears to be passing the "--enable-tests" option down to the > dependent packages during build.  This