Skip to content

Add bifunctors instances for Servant.API.Alt #1032

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
merged 2 commits into from
Sep 7, 2018

Conversation

Taneb
Copy link
Contributor

@Taneb Taneb commented Sep 5, 2018

These mirror the corresponding instances for (,)

These mirror the corresponding instances for (,)
@@ -84,6 +84,7 @@ library
-- Here can be exceptions if we really need features from the newer versions.
build-depends:
base-compat >= 0.10.4 && < 0.11
, bifunctors >= 5.4 && < 5.6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

>= 5.5.3

or is there a reason to have lose lower bound? (Stackage nightly has 5.5.3...)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah! I misread the comment, I understood it to mean make sure we include the latest Stackage nightly but it's OK to be looser. I can change that!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad. I'll improve the wording.

@phadej phadej merged commit e066fbe into haskell-servant:master Sep 7, 2018
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.

3 participants