packages feed

json-spec-openapi 1.2.0.3 → 1.2.0.4

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,6 +2,10 @@  All notable changes to this project will be documented in this file. +## 1.2.0.4++- Relaxed the upper bound on `time` to allow `time-1.15`.+ ## 1.2.0.3  - Updated the lower bound of `openapi3` so the package no longer
json-spec-openapi.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                json-spec-openapi-version:             1.2.0.3+version:             1.2.0.4 synopsis:            json-spec-openapi description:   This package provides a way to produce@@ -98,5 +98,5 @@     , json-spec-openapi      , hspec      >= 2.11.1 && < 2.12-    , time       >= 1.12.2 && < 1.15+    , time       >= 1.12.2 && < 1.16