[Haskell-cafe] Working with multiple projects

Felipe Lessa felipe.lessa at gmail.com
Wed Nov 11 06:07:10 EST 2009


On Wed, Nov 11, 2009 at 10:26:32AM -0000, Sittampalam, Ganesh wrote:
> To install a package from local sources, just run 'cabal install' in the
> directory with the package's .cabal file.

You can even have some kind of script like

cd lib1
cabal install || exit 1
cd ../lib2
cabal install || exit 2

--
Felipe.


More information about the Haskell-Cafe mailing list