[Haskell-cafe] Test suite sections of cabal
Kazu Yamamoto ( 山本和彦 )
kazu at iij.ad.jp
Mon Feb 20 03:14:26 CET 2012
Hello Felipe,
> If we have separate directories, then you can "build-depends:
> own-package". This means that on the test suite's build-depends you
> need to list only the dependencies that the test-suite needs, not
> every dependency. Also, you don't need to constrain the version of
> any duplicated dependency.
This worked well. Thank you very much!
--Kazu
More information about the Haskell-Cafe
mailing list