json-feed 2.0.0.0 → 2.0.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- json-feed.cabal +2/−2
json-feed.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: json-feed-version: 2.0.0.0+version: 2.0.0.1 synopsis: JSON Feed description:@@ -47,7 +47,7 @@ , network-uri >= 2.6.3 && < 2.7 , tagsoup >= 0.14.8 && < 0.15 , text >= 1.2.4 && < 1.3- , time >= 1.9.3 && < 1.10+ , time >= 1.9.3 && < 1.13 default-language: Haskell2010 ghc-options: -Weverything