bytestring icon indicating copy to clipboard operation
bytestring copied to clipboard

Add some upper case hex functions

Open hth313 opened this issue 8 months ago • 3 comments

This is a small subset of functions that can be used to get uppercase hex output which is useful for certain ancient binary file formats, such as Intel HEX and Motorola S-record.

hth313 avatar Nov 25 '23 17:11 hth313

At this point the bytestring-0.11 branch will only receive bug fixes, and not new features.

clyring avatar Nov 26 '23 22:11 clyring

At this point the bytestring-0.11 branch will only receive bug fixes, and not new features.

What version of ghc and bytestring do you suggest that I work with?

hth313 avatar Dec 02 '23 06:12 hth313

Re-targeting against bytestring master is a pre-requisite for merging. Every ghc version since 8.0 is still compatible; use which-ever you like.

clyring avatar Dec 04 '23 19:12 clyring