packages feed

bcrypt 0.0.9 → 0.0.10

raw patch · 2 files changed

+5/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

bcrypt.cabal view
@@ -1,5 +1,5 @@ Name: bcrypt-Version: 0.0.9+Version: 0.0.10 Cabal-Version: >= 1.6 Build-Type: Simple License: BSD3
csrc/crypt_blowfish_wrapper.c view
@@ -37,6 +37,10 @@ #define CRYPT_OUTPUT_SIZE		(7 + 22 + 31 + 1) #define CRYPT_GENSALT_OUTPUT_SIZE	(7 + 22 + 1) +#if defined(_WIN64) && _WIN64+#define strdup _strdup+#endif+ #if defined(__GLIBC__) && defined(_LIBC) #define __SKIP_GNU #endif