General summary/comments (optional)
I have a two-package project, where the library in package two depends on the library in package one.
However, there's also an executable component in package one that depends on library two. For some reason, plan construction fails, even when I try to build single components.
Steps to reproduce
git clone git@github.com:mitchellwrosen/stack-issue-1.git
stack build
Expected
Build succeeds
Actual
Build fails with:
While constructing the build plan, the following exceptions were encountered:
Plan construction failed.
Stack version
Version 1.2.1, Git revision 8ebadf3 (dirty) (4086 commits) x86_64 hpack-0.14.1
Method of installation
Built from source
General summary/comments (optional)
I have a two-package project, where the library in package
twodepends on the library in packageone.However, there's also an executable component in package
onethat depends on librarytwo. For some reason, plan construction fails, even when I try to build single components.Steps to reproduce
git clone git@github.com:mitchellwrosen/stack-issue-1.gitstack buildExpected
Build succeeds
Actual
Build fails with:
Stack version
Version 1.2.1, Git revision 8ebadf3 (dirty) (4086 commits) x86_64 hpack-0.14.1
Method of installation
Built from source