
Hello, Say i am building package X that depends on A, H, D. How can I automagically check to A, H, D need to "darcs get" down and built/install before X? If this feature is not available it should be, i.e. an integration of darcs and cabal. Regards, Vasya

vigalchin:
Hello,
Say i am building package X that depends on A, H, D. How can I automagically check to A, H, D need to "darcs get" down and built/install before X? If this feature is not available it should be, i.e. an integration of darcs and cabal.
There are a couple of tools to do this ("searchpath" distributed with HAppS is one such tool). For enterprise Haskell, better to rely on hackage.haskell.org, stable releases of code, and using the "cabal-install" tool to gather and install dependencies. -- Don

On Mon, Mar 03, 2008 at 10:56:55PM -0600, Galchin Vasili wrote:
Say i am building package X that depends on A, H, D. How can I automagically check to A, H, D need to "darcs get" down and built/install before X? If this feature is not available it should be, i.e. an integration of darcs and cabal.
I use 'make' to do so. I find it much more straightforward/useful to have 'make' drive cabal than the other way around in general. John -- John Meacham - ⑆repetae.net⑆john⑈
participants (3)
-
Don Stewart
-
Galchin Vasili
-
John Meacham