Closed TravisWhitaker closed 4 years ago
Pinging recent committers @yorickvP @roelvandijk.
Thanks for the pull request.
Merging this would break the nix build since it links against inline-c-0.7.0.1
. To fix this we will have to upgrade to a more recent version of inline-c
, such as 0.9.0.0
(because it is available in nixpkgs-20.03).
We can upgrade to inline-c-0.9.0.0
, we only use it on opencv. @roelvandijk please restart the CI build.
Thank you!
Building against Stackage 16.x, I get failures complaining that
$(bool _)
expects aCBool
, not aCInt
. I'm not sure exactly what changed ininline-c
to cause this, but this change fixes things up.