sof / feed

Haskell package for handling various feed (RSS) formats.
Other
14 stars 30 forks source link

Fix dependency on utf8-string #11

Closed jvrdev closed 9 years ago

jvrdev commented 9 years ago

The dependency currently fails with "Could not find module `System.IO.UTF8'" as the latest version of utf8-string do not longer expose this module.

Adding an upper bound to the dependency will the problem until the the code can be adapted to account for the API of newer version of utf8-string

bergmark commented 9 years ago

I've taken over maintenance of this package and fixed this issue. The new repository location is http://github.com/bergmark/feed.

jvrdev commented 9 years ago

Thanks for that, closing PR...