You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where would the local file changes: src/OpenCV/Core/Types/Mat/Internal.cpp come from? Given that I location:haskell-opencv in stack.yml, I don't even have a way to change it, so where do the file changes come from? Maybe these file changes are related to the --fast ghc error?
The text was updated successfully, but these errors were encountered:
This might also be a general inline-c problem. We should check it out again when addCStub support has landed (fpco/inline-c#21 (comment)), maybe it helps somehow with this issue.
When I
stack build
with a package that hasopencv
as a dependency likein
stack.yml
everything runs through nicely.If then I run
stack build --fast
I get the utterly disturbingafter this has happened, even
stack build
without--fast
doesn't work anymore, I have tostack clean opencv
and thenstack build
works again.stack build --fast
never seems to work, even after a clean.I have no idea why it happens, but I observed that sometimes (e.g. when I do
stack build
afterstack clean myproject
) I get:Where would the
local file changes: src/OpenCV/Core/Types/Mat/Internal.cpp
come from? Given that Ilocation:
haskell-opencv
instack.yml
, I don't even have a way to change it, so where do the file changes come from? Maybe these file changes are related to the--fast
ghc error?The text was updated successfully, but these errors were encountered: