Closed mschristiansen closed 7 years ago
Build failure on GHC 7.10 and 7.8, but unrelated to this PR as far as I can tell.
Thank you, @mschristiansen! Merged.
(The PR is ok, it's just the build is broken at the moment (my fault, I have to fix some dependencies).)
Great. Another Hackage release coming soon?
Yes, I'll do it on the weekends.
Done, there are two releases -- v0.4.4
and v0.5.0
.
You can switch to v0.4.4
without any problems, I backported your PRs there.
As for v0.5.0
, there are few breaking changes, and even though I did my best to reflect them in the example, I should spend some time on writing proper documentation. (This is related to issue https://github.com/zohl/servant-auth-cookie/issues/26)
Great. Thanks!
Add
removeSessionFromErr
function symmetric toaddSessionToErr
.