HsOpenSSL 0.5.1 → 0.5.2
raw patch · 3 files changed
+12/−9 lines, 3 filesdep ~basesetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- HsOpenSSL.cabal +6/−8
- NEWS +5/−0
- Setup.hs +1/−1
HsOpenSSL.cabal view
@@ -5,7 +5,7 @@ generate RSA and DSA keys, read and write PEM files, generate message digests, sign and verify messages, encrypt and decrypt messages.-Version: 0.5.1+Version: 0.5.2 License: PublicDomain License-File: COPYING Author: Adam Langley <agl at imperialviolet.org>, PHO <pho at cielonegro.org>@@ -14,7 +14,7 @@ Homepage: http://cielonegro.org/HsOpenSSL.html Category: Cryptography Tested-With: GHC == 6.10.1-Cabal-Version: >= 1.2.3+Cabal-Version: >= 1.6 Build-Type: Configure Extra-Source-Files:@@ -33,14 +33,12 @@ tests/DSA.hs tests/Makefile -flag splitBase- description: Choose the new smaller, split-up base package.+Source-Repository head+ Type: darcs+ Location: http://darcs.cielonegro.org/HsOpenSSL/ Library- if flag(splitBase)- build-depends: base >= 3, bytestring, ghc-prim, integer, time >= 1.1.1, old-locale, network>=2.1.0.0- else- build-depends: base < 3, time >= 1.1.1+ Build-Depends: base >= 4, bytestring, ghc-prim, integer, time >= 1.1.1, old-locale, network>=2.1.0.0 --PkgConfig-Depends: openssl >= 0.9.7l -- We really should use this instead of the configure script but
NEWS view
@@ -1,5 +1,10 @@ -*- Coding: utf-8 -*- +Changes from 0.5.1 to 0.5.2+---------------------------+* Fixed incorrect dependency declaration in HsOpenSSL.cabal. No+ semantical changes to the code.+ Changes from 0.5 to 0.5.1 ------------------------- * Fixed breakage on 64-bit architectures.
Setup.hs view
@@ -1,4 +1,4 @@ #!/usr/bin/env runghc import Distribution.Simple-main = defaultMainWithHooks defaultUserHooks+main = defaultMainWithHooks autoconfUserHooks