network-simple-tls 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+13/−9 lines, 2 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- PEOPLE +1/−0
- network-simple-tls.cabal +12/−9
PEOPLE view
@@ -4,3 +4,4 @@ Renzo Carbonara Vincent Hanquez+Joseph Abrahamson
network-simple-tls.cabal view
@@ -1,5 +1,5 @@ name: network-simple-tls-version: 0.1.0.0+version: 0.1.0.1 synopsis: Simple interface to TLS secured network sockets. description: Simple interface to TLS secured network sockets. homepage: https://github.com/k0001/network-simple-tls@@ -21,14 +21,17 @@ library hs-source-dirs: src exposed-modules: Network.Simple.TCP.TLS- build-depends: base (>=4.5 && <5.0)- , bytestring (>=0.9 && <0.10)- , certificate (>=1.3 && <1.4)- , crypto-random-api (>=0.2 && <0.3)- , network (>=2.3 && <2.5)- , network-simple (>=0.2 && <0.3)- , tls (>=1.1 && <1.2)- , tls-extra (>=0.6 && <0.7)+ build-depends: base (>=4.5 && <5.0)+ , bytestring (>=0.9.2.1 && <0.11)+ , certificate (>=1.3 && <1.4)+ , crypto-random-api (>=0.2 && <0.3)+ , network (>=2.3 && <2.5)+ , network-simple (>=0.2 && <0.3)+ , tls (>=1.1 && <1.2)+ , tls-extra (>=0.6 && <0.7)++ ghc-options: -Wall -O2+ ghc-prof-options: -prof -fprof-auto-top