I recently came upon haskell-opencv 
<https://github.com/LumiGuide/haskell-opencv/>, which offers Haskell 
binding to OpenCV-3.x.
I'd love to start contributing to it, but there's one problem: The build is 
broken, and we're having trouble figuring out why.

The good news is that I'm getting a the same error locally as on the Travis 
build <https://travis-ci.org/LumiGuide/haskell-opencv/builds/327760511> 
(which was there before I found the project).
The bad news is I have no idea how to proceed. The error seems to stem from 
the .cpp bits needing -std=c++11, but for all our efforts Stack won't pass 
it through correctly.

I've Dockerized the build, so if anyone feels like having a go at it the 
effort should be minimal.
We're tracking the issue here 
<https://github.com/LumiGuide/haskell-opencv/issues/104#issuecomment-357105089>
.

TIA, Dave.

-- 
You received this message because you are subscribed to the Google Groups 
"haskell-stack" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to haskell-stack+unsubscr...@googlegroups.com.
To post to this group, send email to haskell-stack@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/haskell-stack/751d69d9-872c-40cc-b19f-d3974580ca80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to