socks 0.4.1 → 0.4.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~cereal
Dependency ranges changed: cereal
Files
- socks.cabal +2/−2
socks.cabal view
@@ -1,5 +1,5 @@ Name: socks-Version: 0.4.1+Version: 0.4.2 Description: Socks proxy (version 5) implementation. License: BSD3 License-file: LICENSE@@ -17,7 +17,7 @@ Library Build-Depends: base >= 3 && < 5 , bytestring- , cereal >= 0.3+ , cereal >= 0.3.1 , network >= 2.3 Exposed-modules: Network.Socks5 Other-modules: Network.Socks5.Wire