[Haskell-cafe] Cabal depend on local package with foreign dependencies
Imants Cekusins
imantc at gmail.com
Tue Oct 27 15:20:09 UTC 2015
Hi Richard
after building packageA,
try running
"cabal copy"
from packageA .cabal dir
then run
"cabal install packageA"
from packageB .cabal dir
works for me.
More information about the Haskell-Cafe
mailing list