-dynamic-too is not enabled for local library dependencies #7684
Labels
attention: pr-welcome
re: dynamic-linking
Concerning dynamic linking (e.g. flags "shared", "*-dynamic")
re: internal library
Concerning internal libraries in packages
If I have two local libraries in a cabal file then cabal is not smart enough to realise that if I use TemplateHaskell in one, then it must compile dynamic objects for anything it depends on (including local libraries).
Project: https://gist.github.com/1b44efb4e80108c562efa68fac9518a8
We should realise that we need shared object file for
library-a
as well, and produce this by using-dynamic-too
.The text was updated successfully, but these errors were encountered: