packages feed

HsOpenSSL 0.11.4.12 → 0.11.4.13

raw patch · 2 files changed

+10/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog view
@@ -1,3 +1,10 @@+2018-03-09  Vladimir Shabanov  <vshabanoff@gmail.com>++	* HsOpenSSL.cabal (Version): Bump version to 0.11.4.13++	* HsOpenSSL.cabal: Removed Cabal upper bound,+	fixed Cabal-Version format.+ 2018-01-24  Vladimir Shabanov  <vshabanoff@gmail.com>  	* HsOpenSSL.cabal (Version): Bump version to 0.11.4.12
HsOpenSSL.cabal view
@@ -12,7 +12,7 @@     <http://hackage.haskell.org/package/tls>, which is a pure Haskell     implementation of SSL.     .-Version:       0.11.4.12+Version:       0.11.4.13 License:       PublicDomain License-File:  COPYING Author:        Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen@@ -21,7 +21,7 @@ Homepage:      https://github.com/vshabanov/HsOpenSSL Bug-Reports:   https://github.com/vshabanov/HsOpenSSL/issues Category:      Cryptography-Cabal-Version: >= 1.12+Cabal-Version: 1.12 Tested-With:     GHC==8.2.1, GHC==8.0.2, GHC==7.10.3 Build-Type:    Custom@@ -62,7 +62,7 @@         False  Custom-setup-    setup-depends: Cabal >=1.12 && <2.1,+    setup-depends: Cabal >=1.12,                    base  >=4.4  && <5  Library