HsOpenSSL 0.11.7.9 → 0.11.7.10
raw patch · 2 files changed
+9/−9 lines, 2 files
Files
- HsOpenSSL.cabal +8/−6
- README.md +1/−3
HsOpenSSL.cabal view
@@ -1,3 +1,4 @@+Cabal-Version: 1.18 Name: HsOpenSSL Synopsis: Partial OpenSSL binding for Haskell Description:@@ -10,7 +11,7 @@ systems and stable. You may also be interested in the @tls@ package, <http://hackage.haskell.org/package/tls>, which is a pure Haskell implementation of SSL.-Version: 0.11.7.9+Version: 0.11.7.10 License: PublicDomain License-File: COPYING Author: Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen@@ -19,7 +20,6 @@ Homepage: https://github.com/haskell-cryptography/HsOpenSSL Bug-Reports: https://github.com/haskell-cryptography/HsOpenSSL/issues Category: Cryptography-Cabal-Version: 1.18 Tested-With: GHC ==8.0.2 || ==8.2.2@@ -31,8 +31,10 @@ || ==9.2.8 || ==9.4.8 || ==9.6.6- || ==9.8.1- || ==9.10.1+ || ==9.8.4+ || ==9.10.3+ || ==9.12.2+ || ==9.14.1 Build-Type: Simple Extra-Doc-Files: AUTHORS@@ -84,7 +86,7 @@ base >= 4.8 && < 5, bytestring >= 0.9 && < 0.13, network >= 2.1 && < 3.3,- time >= 1.5 && < 1.15+ time >= 1.5 && < 1.16 Build-Tools: hsc2hs >= 0.67 @@ -159,7 +161,7 @@ Default-Language: Haskell2010 GHC-Options:- -Wall+ -Wall -optc=-Wno-discarded-qualifiers -optc=-Wno-deprecated-declarations -optc=-Wno-incompatible-pointer-types C-Sources: cbits/HsOpenSSL.c Include-Dirs:
README.md view
@@ -1,7 +1,5 @@ HsOpenSSL-==========--[](https://travis-ci.org/vshabanov/HsOpenSSL)+========= HsOpenSSL is an (incomplete) OpenSSL binding for Haskell. It can generate RSA and DSA keys, read and write PEM files, generate message