[Haskell-cafe] how to release (on hackage) a package that needs foreign libs?

Johannes Waldmann waldmann at imn.htwk-leipzig.de
Sat Feb 16 17:08:30 CET 2013


What is the recommended approach for publishing (on hackage)
a package that depends on external libraries?

In my case, the current version of
http://hackage.haskell.org/package/satchmo
(sources at https://github.com/jwaldmann/satchmo)

depends on minisat-haskell-bindings (in Haskell),
minisat-c-bindings (in C), and minisat (C++),
all from https://github.com/niklasso/

My guess is that this would require that the external libraries
are packaged (deb, rpm?), then hackage gods install them,
and only then, my package will be built (and docs will be shown)?

- J.W.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130216/b2c700ce/attachment.pgp>


More information about the Haskell-Cafe mailing list