persist 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- persist.cabal +1/−1
- src/Data/Persist.hs +1/−1
persist.cabal view
@@ -1,5 +1,5 @@ name: persist-version: 0.1.1.0+version: 0.1.1.1 license: BSD3 license-file: LICENSE author: Daniel Mendler <mail@daniel-mendler.de>,
src/Data/Persist.hs view
@@ -572,7 +572,7 @@ z <- xor 0x80 <$> byte pure $ z .|. shiftL6 (y .|. shiftL6 (x .|. shiftL6 (xor 0xf0 w)))- if r < 0x10FFFF then+ if r <= 0x10FFFF then pure $ unsafeChr r else fail "Invalid character"