
4 Mar
2008
4 Mar
'08
4:59 a.m.
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