tel / oauthenticated

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

fails to build with older http-client and network < 2.6 #13

Closed ibotty closed 9 years ago

ibotty commented 9 years ago

because older http-client use URI from network, whenever network < 2.6 and not from network-uri. I'd say we do the same as http-client and add a flag to let it build with either network < 2.6 or network-uri >=2.6.

ibotty commented 9 years ago

whenever a haskell-platform with network >= 2.6 is out, we can add an impl conditional to get rid of the network dependency.