I'm a bit confused about how a dependency on a package affects including it in Stackage LTS; specifically, if
- package A requires package B, and
- package A works when package B is installed as an extra-dep on top of LTS-X.Y, but
- package B itself is not in LTS-X.Y,
does package A have to be excluded from LTS-X.Y, particularly if
- the only reason B is excluded is because of a test suite dependency, not a dependency in the library itself?