-
Notifications
You must be signed in to change notification settings - Fork 100
Allow hashable-1.3 #236
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
Merged
treeowl
merged 1 commit into
haskell-unordered-containers:master
from
phadej:hashable-1.3
May 13, 2019
Merged
Allow hashable-1.3 #236
treeowl
merged 1 commit into
haskell-unordered-containers:master
from
phadej:hashable-1.3
May 13, 2019
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ping @treeowl |
Whoops... Sorry, got distracted looking over the |
@treeowl thanks! Could you make a revision on Hackage, or is there something else pending? |
Yes, it's time.
…On Tue, May 14, 2019, 4:23 AM Oleg Grenrus ***@***.***> wrote:
@treeowl <https://github.com/treeowl> thanks! Could you make a revision
on Hackage, or is there something else pending?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#236>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOOF7NAR62I6XW2C5WTCODPVJZJ3ANCNFSM4HMCKQVQ>
.
|
I made revisions:
EDIT: I did build both 0.2.10.0
0.2.8.0
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New major hashable-1.3 have been released:
There are changes which don't manifest in types https://hackage.haskell.org/package/hashable-1.3.0.0/changelog
partition
function #148, Add HashMap.adjustWithKey. #178)Yet, I don't think they affect
unordered-containers
directly.(Some might depend on
Hashable Float
behavior using e.g.HashSet
, while not depending onhashable
directly; but that's nothingunordered-containers
can do about)