hookup 0.3 → 0.3.0.1
raw patch · 2 files changed
+5/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- hookup.cabal +1/−2
ChangeLog.md view
@@ -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
hookup.cabal view
@@ -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,