crypton-connection 0.4.3 → 0.4.4
raw patch · 2 files changed
+6/−4 lines, 2 filesdep −basementdep −crypton-x509dep −crypton-x509-validationPVP ok
version bump matches the API change (PVP)
Dependencies removed: basement, crypton-x509, crypton-x509-validation
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- crypton-connection.cabal +1/−4
CHANGELOG.md view
@@ -1,5 +1,10 @@ # CHANGELOG +## Version 0.4.4++* Remove unused packages.+ [#8](https://github.com/kazu-yamamoto/crypton-connection/pull/8)+ ## Version 0.4.3 * Creating the `Internal` module and export the `ConnectionContext` constructor.
crypton-connection.cabal view
@@ -1,5 +1,5 @@ Name: crypton-connection-Version: 0.4.3+Version: 0.4.4 Description: Simple network library for all your connection needs. .@@ -24,17 +24,14 @@ Library Default-Language: Haskell2010 Build-Depends: base >= 3 && < 5- , basement , bytestring , containers , data-default , network >= 2.6.3 , tls >= 1.7 && < 2.2 , socks >= 0.6- , crypton-x509 >= 1.5 , crypton-x509-store >= 1.5 , crypton-x509-system >= 1.5- , crypton-x509-validation >= 1.5 Exposed-modules: Network.Connection Network.Connection.Internal Other-modules: Network.Connection.Types