haskell-cryptography / HsOpenSSL

OpenSSL binding for Haskell
http://hackage.haskell.org/package/HsOpenSSL
Creative Commons Zero v1.0 Universal
22 stars 33 forks source link

Discover OpenSSL via pkg-config #51

Closed alexbiehl closed 4 years ago

alexbiehl commented 4 years ago

This is the moral successor of https://github.com/vshabanov/HsOpenSSL/pull/42. Applying the suggested changes.

While OpenSSL allows some ways to discover the OpenSSL version to use leaving library discovery to pkg-config allows to a) not rely on hard coded paths and b) seamlessly use static linking once Cabal itself supports it.

vshabanov commented 4 years ago

Thank you. Merged and uploaded new version (HsOpenSSL-0.11.4.19) to Hackage.