happstack-util 6.0.2 → 6.0.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
happstack-util.cabal view
@@ -1,5 +1,5 @@ Name: happstack-util-Version: 6.0.2+Version: 6.0.3 Synopsis: Web framework License: BSD3 License-file: COPYING
src/Happstack/Crypto/SHA1.lhs view
@@ -161,5 +161,5 @@ > where getn n = chr (fromIntegral (x0 `shiftR` (n*8) .&. 0xFF)) > rotL :: Word32 -> Rotation -> Word32-> rotL a s = shiftL a s .|. shiftL a (s-32)+> rotL a s = shiftL a s .|. shiftR a (32 - s)