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

Changing the category of bytestring from Data to something else #554

Open
Kleidukos opened this issue Oct 22, 2022 · 4 comments
Open

Changing the category of bytestring from Data to something else #554

Kleidukos opened this issue Oct 22, 2022 · 4 comments

Comments

@Kleidukos
Copy link
Member

I believe that Data doesn't accurately reflect the nature of the ByteString data type, and that the category field should be changed to something like Data Structures and FFI.
Should this ticket survive bikeshedding, I will open a PR to enact the changes.

@Bodigrim Do you have any preference at this time?

@Bodigrim
Copy link
Contributor

shrug Hackage categories are pretty much useless, so honestly I don’t want to spend my life bikeshedding them. Whatever works for my fellow maintainers, @sjakobi and @clyring.

@clyring
Copy link
Member

clyring commented Oct 28, 2022

I don't object to adding the FFI category, but "Data" versus "Data Structures" doesn't seem worth bothering with.

@Kleidukos
Copy link
Member Author

It's no bother at all for me, and would actually be more meaningful. :)

Also I have some interest in having proper categorisation of packages in Hackage, because then https://flora.pm/packages/@haskell/bytestring can show something appropriate instead of having to guess (wrongly) that every occurence of Data can be translated to Data Structures

@Bodigrim
Copy link
Contributor

I don't see how bytestring qualifies for "Data Structures". Lists, trees, graphs are data structures, ByteString is just data.

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

No branches or pull requests

3 participants