haskell-party / feed

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

Readme examples doctest #46

Closed dzhus closed 3 years ago

dzhus commented 4 years ago

This makes usage examples in README actually tested!

bergmark commented 4 years ago

LGTM!

dzhus commented 4 years ago

I'm fairly lost as to how make tests work on GHC 7.x builds (https://travis-ci.org/github/bergmark/feed/jobs/690886184#L750), seems like it has something to do with how older cabal worked with package DBs:

README.lhs:42:8:
    Could not find module ‘Data.Text’
    Perhaps you meant
      Data.Set (from containers-0.5.6.2@conta_2C3ZI8RgPO2LBMidXKTvIU)
    Use -v to see a list of the files searched for.

😖

bergmark commented 4 years ago

:-/ maybe we can make this test-suite only run on newer ghcs then?