Minoru / hakyll-convert

Import from other blog engines to Hakyll
Other
7 stars 0 forks source link

Golden tests: use custom Show instance #48

Closed Minoru closed 3 years ago

Minoru commented 3 years ago

This avoids the dependency on Show instance from the feed package, which changes every time a new field is added. We only care about a few fields of the RSSItem, so it's enough for us to check just them.

Fixes https://github.com/commercialhaskell/stackage/issues/5918.