feed-collect 0.2.0.1 → 0.2.0.2
raw patch · 3 files changed
+26/−1 lines, 3 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Web.Feed.Collect: wcDebug :: WatcherConfig m -> DebugConfig
Files
- NEWS.md +24/−0
- feed-collect.cabal +1/−1
- src/Web/Feed/Collect.hs +1/−0
NEWS.md view
@@ -3,6 +3,30 @@ +feed-collect 0.2.0.2 -- 2016-02-18+==================================++General, build and documentation changes:++* (None)++New APIs, features and enhancements:++* (None)++Bug fixes:++* Somehow I forgot to export the `wcDebug` function. It's useful just for+ debugging, which is probably why I didn't notice for 2 months.++Dependency changes:++* (None)+++++ feed-collect 0.2.0.1 -- 2016-02-12 ==================================
feed-collect.cabal view
@@ -1,5 +1,5 @@ name: feed-collect-version: 0.2.0.1+version: 0.2.0.2 synopsis: Watch RSS/Atom feeds (and do with them whatever you like). description: RSS and Atom are common technologies for publishing news updates and watching
src/Web/Feed/Collect.hs view
@@ -146,6 +146,7 @@ , wcVisitInterval , wcMaxItems , wcFeeds+ , wcDebug -- * Collectors , collectorNull , collectorPrint