haddock forces rebuild of empty packages #452
Closed
Comments
@snoyberg Fixed on master. |
Confirmed, nice |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps:
stack haddock
in thehttp-client
repo (as an example)Expected: nothing happens
Actual: it rebuilds transformers-compat (presumably because there are no modules in that package), and then rebuilds everything that depends on it
The text was updated successfully, but these errors were encountered: