[Haskell-beginners] Libexiv2, cabal and C++
edgar klerks
edgar.klerks at gmail.com
Wed Mar 21 09:32:15 CET 2012
Dear Haskellers,
I wrote a simple FFI binding to libExiv2 (
https://bitbucket.org/eklerks/libexiv2bindings/src), which is a library for
reading exif tags from image files.
I want to use cabal as build system, but I don't have a clue how to use it
in this case. Normally it works like a charm.
But because I have to first create a c-wrapper library around the C++ code,
it becomes very complicated.
IDoes anyone have some good resources I can look into?
With kind regards,
Edgar Klerks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20120321/a60d11ea/attachment.htm>
More information about the Beginners
mailing list