Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some upper case hex functions #627

Open
wants to merge 1 commit into
base: bytestring-0.11
Choose a base branch
from

Conversation

hth313
Copy link

@hth313 hth313 commented Nov 25, 2023

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.

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.
@clyring
Copy link
Member

clyring commented Nov 26, 2023

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

@hth313
Copy link
Author

hth313 commented Dec 2, 2023

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?

@clyring
Copy link
Member

clyring commented Dec 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants