Prepare for 0.3.2.0 release

This commit is contained in:
Andrew Martin 2020-01-20 18:54:43 -05:00
parent 71fa47a8ee
commit 93d3429fe7
3 changed files with 4 additions and 4 deletions

View file

@ -263,7 +263,7 @@ showWord16PaddedLowerHex :: Word16 -> String
showWord16PaddedLowerHex = printf "%04x"
runConcat :: Int -> Builder -> ByteArray
runConcat n = Chunks.concat . run n
runConcat n = Chunks.concatU . run n
c2w :: Char -> Word8
c2w = fromIntegral . ord