packages feed

cipher-aes 0.1.6 → 0.1.7

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

cbits/bitfn.h view
@@ -161,7 +161,7 @@ #ifdef __MINGW32__   # define LITTLE_ENDIAN 1234   # define BYTE_ORDER    LITTLE_ENDIAN-#elif defined(__FreeBSD__) || defined(__DragonFly__)+#elif defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__)   # include <sys/endian.h> #elif defined(__OpenBSD__) || defined(__SVR4)   # include <sys/types.h>
cipher-aes.cabal view
@@ -1,5 +1,5 @@ Name:                cipher-aes-Version:             0.1.6+Version:             0.1.7 Description:     Fast AES cipher implementation with advanced mode of operations.     .