prowdsponsor / ig

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

Removing attoparsec dependency. #21

Closed cdepillabout closed 9 years ago

cdepillabout commented 9 years ago

It looks like an attoparsec depencency was added that is not actually needed by pull request #20. This removes that dependency.

It looks like there was a problem with stackage by the < 0.13 attoparsec dependency: https://github.com/fpco/stackage/issues/875

cdepillabout commented 9 years ago

@glutamate and @hanshoglund, can you confirm that the attoparsec dependency is not needed?

cdepillabout commented 9 years ago

@meteficha, after this commit gets merged in, I'd like to release ig-0.6.1 to fix the stackage issue linked above. Does that sound good?

hanshoglund commented 9 years ago

It should be safe to delete it, yes.

meteficha commented 9 years ago

@cdepillabout Sounds great, go ahead! :)

cdepillabout commented 9 years ago

@hanshoglund, Thanks!

@meteficha, I bumped to 0.6.1, added a 0.6.1 tag, and released to Hackage: https://hackage.haskell.org/package/ig-0.6.1 Thanks!

cdepillabout commented 9 years ago

Here is the fix on stackage: https://github.com/fpco/stackage/pull/879