I'm trying to build an existing project, that has dependencies which are provided by github links, with stack and I encountered following:
When build the project with stack build the dependency seems to build fine, I get following in the in the end of the buildlog:
In-place registering bindings-llvm-0.1...
Installing library in
/home/simon/Uni/BachArbeit/vvt/.stack-work/install/x86_64-linux/lts-2.22/7.8.4/lib/x86_64-linux-ghc-7.8.4/bindings-llvm-0.1
Registering bindings-llvm-0.1...
When however running stack build bindings-llvm I get following error:
Could not resolve file /home/simon/Uni/BachArbeit/vvt/.stack-work/downloaded/d3f241eec39c8de03ed09f9a4c4c0fe4b40e69f77a840d113d98d87cd8e21092/In file included from wrapper/HaskellPass.h
and the package does not build. I get the same, when cloning the repo of the dependency from github and try to build it with
stack. Shouldn't stack build $pkg and implicitly building the package with stack build yield the same results?
Any help is appreciated! Thanks in advance,
--Simon