prowdsponsor / ig

Bindings to Instagram's API
Other
11 stars 14 forks source link

Support more libraries #9

Closed glasserc closed 9 years ago

glasserc commented 9 years ago

ig has somewhat strict constraints on what it will compile against. In particular:

This branch loosens those constraints by deleting the direct dependency on attoparsec (leaving our direct dependencies to deal with it), widening the constraint on conduit in the 1.1 series case, and adding support for the new monad-control. This is based on https://github.com/kazu-yamamoto/ghc-mod/pull/423/ and https://hackage.haskell.org/package/monad-control-0.3.3.1/docs/Control-Monad-Trans-Control.html#g:2, and they seem to compile, although I can't claim that I understand them thoroughly enough to promise that they work.

meteficha commented 9 years ago

Awesome, thanks! Released as ig-0.2.2.