stack install always states that it installed all executabbles #605
Milestone
Comments
Is the |
snoyberg
added a commit
that referenced
this issue
Aug 5, 2015
snoyberg
added a commit
that referenced
this issue
Aug 5, 2015
@gregwebs Should be fixed on master. @mitchellwrosen No, it's only supposed to work for local stuff, much like flags. I've added a warning when a component is set in a way that it won't be used (arguably, this should be an exception instead). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run
stack install package:exe1
, It appears to only buildexe1
but copy over bothexe1
andexe2
into the path.The text was updated successfully, but these errors were encountered: