json-feed 2.0.0.1 → 2.0.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
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.1+version: 2.0.0.2 synopsis: JSON Feed description:@@ -90,7 +90,7 @@ build-depends: , filepath >= 1.4.2 && < 1.5- , hspec >= 2.7.6 && < 2.10+ , hspec >= 2.7.6 && < 2.11 hs-source-dirs: source/test-suite main-is: Main.hs type: exitcode-stdio-1.0