base16-bytestring 0.1.1.5 → 0.1.1.6
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Data/ByteString/Base16.hs +1/−1
- base16-bytestring.cabal +1/−1
Data/ByteString/Base16.hs view
@@ -122,7 +122,7 @@ \\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\ \\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\xff\xff\xff\xff\xff\xff\- \\x0a\x0b\x0c\x0d\x0e\x0f\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\+ \\xff\x0a\x0b\x0c\x0d\x0e\x0f\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\x0a\x0b\x0c\x0d\x0e\x0f\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.5+version: 0.1.1.6 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