And, again, this is an issue if a user includes a ...
# development
h
And, again, this is an issue if a user includes a
haskell_library
as a dependency of their
python_library
. We have worked out around this by using things like
for_sources_type=[PythonSources]
and filtering out irrelevant targets before hydrating sources, too.