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

ToParamSchema instance for SetCookie #173

Merged
merged 1 commit into from
Nov 9, 2018
Merged

Conversation

domenkozar
Copy link
Contributor

Fixes haskell-servant/servant-auth#70 avoiding an orphan instance.

@domenkozar
Copy link
Contributor Author

@phadej any chance to merge this one?

swagger2.cabal Outdated Show resolved Hide resolved
@domenkozar
Copy link
Contributor Author

[__5] rejecting: cookie-0.4.4 (conflict: unix => time==1.4.2/installed-9b3...,
cookie => time>=1.5)
[__5] rejecting: cookie-0.4.3, cookie-0.4.2.1, cookie-0.4.2, cookie-0.4.1.6,
cookie-0.4.1.5, cookie-0.4.1.4, cookie-0.4.1.3, cookie-0.4.1.2,
cookie-0.4.1.1, cookie-0.4.1, cookie-0.4.0.1, cookie-0.4.0, cookie-0.3.0.2,
cookie-0.3.0.1, cookie-0.3.0, cookie-0.2.1, cookie-0.2.0, cookie-0.1.0,
cookie-0.0.0 (conflict: swagger2 => cookie>=0.4.4 && <0.5)
[__5] fail (backjumping, conflict set: cookie, swagger2, unix)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: process, unix, swagger2, cookie, base,
doctest, swagger2:test

Not sure what that means for GHC 7.8

@phadej
Copy link
Collaborator

phadej commented Nov 9, 2018

I see. We have to stay with cookie-0.4.3 (which have only time >=1.4) constraint. Could you also add a comment explaining why we not require the atm latest version.

@domenkozar
Copy link
Contributor Author

Done :)

@phadej phadej merged commit bc29356 into GetShopTV:master Nov 9, 2018
@domenkozar
Copy link
Contributor Author

@phadej any chance to get a release out?

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