diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/HsOpenSSL.cabal b/HsOpenSSL.cabal
--- a/HsOpenSSL.cabal
+++ b/HsOpenSSL.cabal
@@ -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
