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

Add Functor, Foldable, Traversable instances for maps #31

Merged
merged 1 commit into from
Apr 4, 2016

Conversation

bgamari
Copy link
Contributor

@bgamari bgamari commented Mar 28, 2016

No description provided.

@bgamari bgamari changed the title Add Functor, Foldable, Traversable instances for LabelMap Add Functor, Foldable, Traversable instances for maps Mar 28, 2016
@mlite
Copy link
Contributor

mlite commented Mar 30, 2016

this change failed ghc older than 7.8.4. There are two options:

  • Can you please make it conditional for ghc > 7.8.4?
  • Drop the support for ghc older than 7.8.4

I'm Ok with either option.

@bgamari
Copy link
Contributor Author

bgamari commented Mar 30, 2016

Indeed, let's see if this fixes it.

@mlite mlite merged commit 674934e into haskell:master Apr 4, 2016
@mlite
Copy link
Contributor

mlite commented Apr 4, 2016

Thanks.

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.

None yet

2 participants