id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,difficulty,ghcversion,platform
902,cabal install --enable-tests --only-dependencies fails to come up with a complete install plan,tibbe,ttuegel,"Something is wrong with how test suite dependencies are included in the install plan:

{{{
$ git clone https://github.com/tibbe/hashable.git
$ cd hashable
$ cabal install --enable-tests --only-dependencies
Resolving dependencies...
Configuring deepseq-1.2.0.1...
Preprocessing library deepseq-1.2.0.1...
Building deepseq-1.2.0.1...
[1 of 1] Compiling Control.DeepSeq  ( Control/DeepSeq.hs, dist/build/Control/DeepSeq.o )
Registering deepseq-1.2.0.1...
Installing library in /Users/tibbe/.cabal/lib/deepseq-1.2.0.1/ghc-7.0.4
Registering deepseq-1.2.0.1...
Configuring text-0.11.1.9...
cabal: At least the following dependencies are missing:
HUnit ==1.2.*,
QuickCheck ==2.4.*,
test-framework ==0.4.*,
test-framework-hunit ==0.2.*,
test-framework-quickcheck2 ==0.2.*
cabal: Error: some packages failed to install:
text-0.11.1.9 failed during the configure step. The exception was:
ExitFailure 1
}}}",defect,closed,normal,cabal-install-0.14,cabal-install tool,1.8.0.6,normal,fixed,,johan.tibell@…,unknown,,
