hopenssl 1.0 → 1.1
raw patch · 4 files changed
+10/−30 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README +2/−2
- hopenssl.cabal +8/−4
- package.conf.in +0/−20
- prologue.txt +0/−4
README view
@@ -1,7 +1,7 @@ hOpenSSL ======== -:Latest Release: hopenssl-1.0.tar.gz_+:Latest Release: hopenssl-1.1.tar.gz_ :Darcs: darcs_ get --partial http://cryp.to/hopenssl/ Synopsis@@ -37,6 +37,6 @@ .. _darcs: http://abridgegame.org/darcs/ -.. _hopenssl-1.0.tar.gz: http://cryp.to/hopenssl/hopenssl-1.0.tar.gz+.. _hopenssl-1.1.tar.gz: http://cryp.to/hopenssl/hopenssl-1.1.tar.gz .. _Reference Documentation: docs/index.html
hopenssl.cabal view
@@ -1,8 +1,12 @@ Name: hopenssl-Version: 1.0+Version: 1.1 Author: Peter Simons <simons@cryp.to> Synopsis: FFI bindings to OpenSSL's EVP digest interface-Description: FFI bindings to OpenSSL's EVP digest interface+Description: Foreign-function bindings to the OpenSSL library+ <http://www.openssl.org/>. Currently provides+ access to the messages digests MD2, MD5, SHA,+ SHA1, DSS, DSS1, MDC2, and RIPEMD160 through the+ EVP digest interface. Category: Cryptography License: BSD3 License-file: LICENSE@@ -10,9 +14,9 @@ Homepage: http://cryp.to/hopenssl/ Build-Depends: base, mtl Extra-Libraries: crypto-Includes: "<openssl/evp.h>"+Includes: "openssl/evp.h" Extensions: ForeignFunctionInterface Build-Type: Simple Exposed-Modules: OpenSSL.Digest-Data-files: README, prologue.txt+Data-files: README Ghc-Options: -Wall
− package.conf.in
@@ -1,20 +0,0 @@-name: PACKAGE-version: VERSION-license: GPL-maintainer: simons@cryp.to-exposed: True--exposed-modules:- OpenSSL.Digest--hidden-modules:--import-dirs: IMPORT_DIR-library-dirs: LIB_DIR-hs-libraries: "HShopenssl"-depends: base, mtl-extra-libs: "crypto"-includes: "<openssl/evp.h>"--haddock-interfaces: HADDOCK_IFACE-haddock-html: HTML_DIR
− prologue.txt
@@ -1,4 +0,0 @@-Foreign-Function bindings to the OpenSSL library-<http://www.openssl.org/>. Currently provides access to the-messages digests MD2, MD5, SHA, SHA1, DSS, DSS1, MDC2, and-RIPEMD160.