hopenssl 1.6.1 → 1.6.2
raw patch · 1 files changed
+5/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hopenssl.cabal +5/−5
hopenssl.cabal view
@@ -1,13 +1,13 @@ Name: hopenssl-Version: 1.6.1-Copyright: (c) 2004-2011 Peter Simons+Version: 1.6.2+Copyright: (c) 2004-2013 Peter Simons License: BSD3 License-File: LICENSE Author: Peter Simons <simons@cryp.to>, Jesper Louis Andersen <jesper.louis.andersen@gmail.com>, Markus Rothe <markus@unixforces.net> Maintainer: Peter Simons <simons@cryp.to>-Homepage: http://gitorious.org/hopenssl+Homepage: http://github.com/peti/hopenssl Category: Foreign, Cryptography Synopsis: FFI bindings to OpenSSL's EVP digest interface Description: Foreign-function bindings to the OpenSSL library@@ -17,11 +17,11 @@ interface. Cabal-Version: >= 1.6 Build-Type: Simple-Tested-With: GHC == 6.12.3+Tested-With: GHC >= 6.10.4 && <= 7.6.2 Source-Repository head Type: git- Location: git://gitorious.org/hopenssl/mainline.git+ Location: git://github.com/peti/hopenssl.git Library Build-Depends: base >= 3 && < 5, mtl, bytestring