feed 0.3.10.0 → 0.3.10.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~HUnitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- feed.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+#### 0.3.10.1++* Allow `HUnit 1.3.*`+ ### 0.3.10.0 * Add `Text.Feed.Import.parseFeedSource :: XmlSource s => s -> Maybe Feed` (thanks to Dmitry Dzhus)
feed.cabal view
@@ -1,5 +1,5 @@ name: feed-version: 0.3.10.0+version: 0.3.10.1 license: BSD3 license-file: LICENSE category: Text@@ -75,7 +75,7 @@ Text.RSS.Utils build-depends: base >= 4 && < 4.9- , HUnit == 1.2.*+ , HUnit >= 1.2 && < 1.4 , feed , old-locale == 1.0.* , old-time >= 1 && < 1.2