-
Notifications
You must be signed in to change notification settings - Fork 42
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
Stable URL-encoding for Forms #67
Conversation
Thanks, this removes some test failures. But I still get
Do I read the errors correctly, that a sorting version of |
@deep-42-thought not exactly.
Patch incoming :) |
thanks @fizruk - as I said, I'm totally new to haskell (I'm just packaging for archlinux32) |
@deep-42-thought I've pushed a patch, tested on 64-bit, can you test again on 32-bit? |
yes, this works! Big thanks!
|
IIRC sortOn f = sortBy (comparing f) |
@phadej is that a problem? :) |
@fizruk for GHC-7.8.4 it seems to be, |
@phadej right, forgot to check CI, thanks! |
if it's of any importance: I can confirm, that it still works on 32 bit |
Merged. @deep-42-thought do you need a release ASAP, or can it wait a little (there should be GHC-8.4 RC very soon, I'd like to hold until that) |
@phadej there is no need to hurry, thanks! |
Closes #49.
@deep-42-thought please verify that this does work on a 32-bit machine.