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.
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to