-
Notifications
You must be signed in to change notification settings - Fork 14
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
Get rid of bits-extras
dependency
#2
Comments
IMO accept any slowdown from using he toBE functions from System.Endian. I see there are two seperate forks of this where people independently did this. I was about to do it myself, I will probably just use one of theirs instead. For me it's because it doesn't work on DragonflyBSD. |
This dependency just broke our codebase. The package is no longer being maintained. Please remove it. Thanks! |
@xtian, @anton-dessiatov. Would either of you be willing to open a PR with your fix for this issue. @pxqr Is this library still going to be maintained on Hackage? |
+1 (GHC 8.0.1):
|
I just ran in to this issue on Ubuntu 17.10 so it looks like I'm going to use a different Base32 library instead. Of course I only discovered the problem after writing some application code which now I get to rewrite. It would be great to have this fixed. |
|
I experience the same issue. |
This issue is causing problems for me too. Would be great to get the fix merged. |
bits-extras
package uses gcc intrinsics, find more portable way to do byteswapping.The text was updated successfully, but these errors were encountered: