jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
221 stars 29 forks source link

Oauth deps fix #23

Closed chrismgray closed 13 years ago

chrismgray commented 13 years ago

Hi (sorry if this is a duplicate), this is a small fix for the cabal file. I will look into making twidge compatible with the more recent version of hoauth, but I'm no Haskell expert, so it may take a while.

jgoerzen commented 13 years ago

twidge.cabal already contains:

mtl, base >= 4 && < 5, HaXml>=1.13.2, HaXml<1.19, hslogger, hoauth>=0.2.3 && <0.2.4,

though it is possible that I neglected to push those changes to github. It was already pushed to hackage.

jgoerzen commented 13 years ago

Incidentally, thank you for the contribution and tweaks for hoauth 0.3 would of course be welcome if you wish to do them.