[Haskell-cafe] automagically?

Don Stewart dons at galois.com
Mon Mar 3 23:59:21 EST 2008


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


More information about the Haskell-Cafe mailing list