tel / oauthenticated

Authentication-ho! OAuth 1.0 for Haskell atop http-conduit.
MIT License
6 stars 6 forks source link

Outdated dependencies #20

Open danse opened 8 years ago

danse commented 8 years ago

Hello, i am writing a client which needs OAuth 1, and this package seemed to me the best in the Haskell ecosystem for the task. The dependencies are a bit old thus installing it is a bit cumbersome though. I could try to update this to recent versions of aeson and base, if you considered a pull request. I see that there are other two old pull requests still pending

ibotty commented 8 years ago

Hi. The other pull requests explore the design space. I am now convinced, they are the right way, but that should be run through @tel first.

I will update the dependencies soonish. But you can submit a pull request if you like.

danse commented 8 years ago

Thanks. For the moment i managed to install oauthenticated using Stack, adding it to the extra-deps in the stack.yml file, and using lts-2.22 as a resolver

ibotty commented 8 years ago

What's the fun in using ancient packages! I will get to it tomorrow, I hope.

danse commented 8 years ago

Hehe... no fun. I just can't tell how demanding can be updating this