zohl / servant-auth-cookie

Authentication via encrypted cookies
BSD 3-Clause "New" or "Revised" License
23 stars 23 forks source link

Allow older versions of base #5

Closed mrkkrp closed 8 years ago

mrkkrp commented 8 years ago

With base >= .4.9 it's pretty unusable with current LTS.

mrkkrp commented 8 years ago

Tell me if it's desirable if I fix all this stuff myself and open PRs. To clarify: we want to use this in a prototype of a commercial project, and I don't have much time to wait.

zohl commented 8 years ago

Sure! Feel free to open PR's, it will be appreciated a lot.

mrkkrp commented 8 years ago

Unfortunatelly it requires a bit more than changing bounds. See travis logs, the library only builds with GHC 7.10 at the moment. Fixing the builds is on my TODO list for today. Chances are I'll open several PRs soon.

mrkkrp commented 8 years ago

We'll also need to add version bounds for every package, I already found out the bounds, I'll commit and open a PR later today.

mrkkrp commented 8 years ago

Resolved in #12.