Guys,

I'm a little confused. Could someone please summarize what

    cabal install --enable-tests foo

will do? And also, what will

    cabal install --enable-test --only-dependencies

do? I always use the latter to pull in the deps needed to build and run the tests in the package I'm working on.

-- Johan