You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for your work on this library!
We use cookie auth in our servant-based application and want to switch to servant-0.13 (which has some essential features), but servant-cookie-auth has explicit upper bound constraint for servant packages versions. There don't seem to be any breaking changes that can lead to major refactoring. Maybe it's a good idea to add another flag to control servant versions.
The text was updated successfully, but these errors were encountered:
I started looking into this today. (See #49) Updating for stack and cabal is trivial, but I'm currently having some trouble getting the CI build to pass. It seems that it is broken on master currently.
First of all, thanks for your work on this library!
We use cookie auth in our servant-based application and want to switch to
servant-0.13
(which has some essential features), butservant-cookie-auth
has explicit upper bound constraint forservant
packages versions. There don't seem to be any breaking changes that can lead to major refactoring. Maybe it's a good idea to add another flag to control servant versions.The text was updated successfully, but these errors were encountered: