diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for hookup
 
+## 0.3.0.1 -- 2020-01
+
+* Remove extra-libraries section from cabal file to allow package to work on GHC 8.8.2
+
 ## 0.3 -- 2019-07
 
 * Changed the hostname resolution exception constructor to be more useful
diff --git a/hookup.cabal b/hookup.cabal
--- a/hookup.cabal
+++ b/hookup.cabal
@@ -1,5 +1,5 @@
 name:                hookup
-version:             0.3
+version:             0.3.0.1
 synopsis:            Abstraction over creating network connections with SOCKS5 and TLS
 description:         This package provides an abstraction for communicating with line-oriented
                      network services while abstracting over the use of SOCKS5 and TLS (via OpenSSL)
@@ -25,7 +25,6 @@
   exposed-modules:     Hookup
   other-modules:       Hookup.OpenSSL,
                        Hookup.Socks5
-  extra-libraries:     ssl
   build-depends:       base                  >=4.11 && <4.14,
                        network               >=2.6  && <3.1,
                        bytestring            >=0.10 && <0.11,
