packages feed

base16-bytestring 0.1.1.3 → 0.1.1.4

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

Data/ByteString/Base16.hs view
@@ -116,7 +116,7 @@           poke d . fromIntegral $ lo + (hi `shiftL` 4)           go (s `plusPtr` 2) (d `plusPtr` 1) -    hex (I# index) = W8# $ indexWord8OffAddr# table index+    hex (I# index) = W8# (indexWord8OffAddr# table index)     !table =         "\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\         \\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\
base16-bytestring.cabal view
@@ -1,5 +1,5 @@ name:                base16-bytestring-version:             0.1.1.3+version:             0.1.1.4 synopsis:            Fast base16 (hex) encoding and decoding for ByteStrings description:         Fast base16 (hex) encoding and decoding for ByteStrings homepage:            http://github.com/bos/base16-bytestring