It looks like the latest version of hakyll-convert currently published on Hackage has a dependency on feed package without an upper bound specified.
A new version of feed will be released soon, incorporating non-backwards compatible changes to feed interface (String was replaced with Text throughout and xml-types types were adopted). Changes are largely mechanical but you'll probably want to ensure that future version of hakyll-convert can build with newer feed.
To prevent breakage, you may want to release a new version of hakyll-convert with an upper bound specified now, then push a version compatible with feed-1.0 after that comes out later.
Hi,
It looks like the latest version of
hakyll-convert
currently published on Hackage has a dependency onfeed
package without an upper bound specified.A new version of
feed
will be released soon, incorporating non-backwards compatible changes tofeed
interface (String
was replaced withText
throughout andxml-types
types were adopted). Changes are largely mechanical but you'll probably want to ensure that future version ofhakyll-convert
can build with newerfeed
.To prevent breakage, you may want to release a new version of
hakyll-convert
with an upper bound specified now, then push a version compatible withfeed-1.0
after that comes out later.Use the tip of the
feed
PR to test your package against: https://github.com/dzhus/feed/commit/259bab0. Please report any issues to the aforementioned PR thread.