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

Making async compile with GHC7.7 #10

Merged
merged 1 commit into from
Jun 28, 2013
Merged

Making async compile with GHC7.7 #10

merged 1 commit into from
Jun 28, 2013

Conversation

co-dan
Copy link
Contributor

@co-dan co-dan commented Jun 25, 2013

Bumping the base version

simonmar added a commit that referenced this pull request Jun 28, 2013
Making async compile with GHC7.7
@simonmar simonmar merged commit 16e4eb3 into simonmar:master Jun 28, 2013
@simonmar
Copy link
Owner

Thanks!

mhitza added a commit to mhitza/async that referenced this pull request Aug 13, 2024
Latest hashable released version is 1.5.0.0. async builds on my end
with this new release. Here the upstream changes for this release:

---

- Add QuantifiedConstraints superclasses to Hashable1/2:

```haskell
class (Eq1 t, forall a. Hashable a => Hashable (t a)) => Hashable1 t where
class (Eq2 t, forall a. Hashable a => Hashable1 (t a)) => Hashable2 t where
```

- Change contexts of Compose, Product and Sum instances. This and above is the similar change as CLC proposal simonmar#10

- The above changes require base-4.18.0.0, so we drop support for GHC prior GHC-9.6.5 (The hashable-1.4 branch will be maintained for time being for older GHC users).

- Make Arg a b instance behave as Hashable a instance.
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