Prepare for 0.3.2.0 release
This commit is contained in:
parent
71fa47a8ee
commit
93d3429fe7
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue