packages feed

HsOpenSSL 0.11.2.1 → 0.11.2.2

raw patch · 2 files changed

+14/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog view
@@ -1,3 +1,10 @@+2016-10-05  Vladimir Shabanov  <vshabanoff@gmail.com>++	* HsOpenSSL.cabal (Version): Bump version to 0.11.2.2++	* HsOpenSSL.cabal: Added Include-Dirs and Extra-Lib-Dirs for building+	with Homebrew/MacPorts OpenSSL on Mac OS X 10.11+ (phonohawk#41)+ 2016-10-04  Vladimir Shabanov  <vshabanoff@gmail.com>  	* HsOpenSSL.cabal (Version): Bump version to 0.11.2.1
HsOpenSSL.cabal view
@@ -12,7 +12,7 @@     <http://hackage.haskell.org/package/tls>, which is a pure Haskell     implementation of SSL.     .-Version:       0.11.2.1+Version:       0.11.2.2 License:       PublicDomain License-File:  COPYING Author:        Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen@@ -65,6 +65,12 @@             -- Doesn't work since GHC 7.10.1 (integer-gmp-1.0.0.0)         else             Build-Depends: ghc-prim, integer++    if os(darwin)+        Include-Dirs: /usr/local/opt/openssl/include /opt/local/include+        Extra-Lib-Dirs: /usr/local/opt/openssl/lib /opt/local/lib+        -- /usr/local for Homebrew+        -- /opt/local for MacPorts      if os(mingw32)         Extra-Libraries: eay32 ssl32