json-spec-openapi 1.2.0.1 → 1.2.0.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- Data.JsonSpec.OpenApi: instance forall k (annotations :: [(GHC.Types.Symbol, k)]). Data.JsonSpec.OpenApi.ApplyAnnotations annotations
- Data.JsonSpec.OpenApi: instance forall k (defs :: [(GHC.Types.Symbol, Data.JsonSpec.Spec.Specification)]) (spec :: Data.JsonSpec.Spec.Specification) (annotations :: [(GHC.Types.Symbol, k)]). (Data.JsonSpec.OpenApi.Inlineable defs spec, Data.JsonSpec.OpenApi.ApplyAnnotations annotations) => Data.JsonSpec.OpenApi.Inlineable defs ('Data.JsonSpec.Spec.JsonAnnotated annotations spec)
+ Data.JsonSpec.OpenApi: instance forall k (annotations :: [(GHC.Internal.Types.Symbol, k)]). Data.JsonSpec.OpenApi.ApplyAnnotations annotations
+ Data.JsonSpec.OpenApi: instance forall k (defs :: [(GHC.Internal.Types.Symbol, Data.JsonSpec.Spec.Specification)]) (spec :: Data.JsonSpec.Spec.Specification) (annotations :: [(GHC.Internal.Types.Symbol, k)]). (Data.JsonSpec.OpenApi.Inlineable defs spec, Data.JsonSpec.OpenApi.ApplyAnnotations annotations) => Data.JsonSpec.OpenApi.Inlineable defs ('Data.JsonSpec.Spec.JsonAnnotated annotations spec)
Files
- CHANGELOG.md +5/−1
- json-spec-openapi.cabal +2/−2
CHANGELOG.md view
@@ -2,7 +2,11 @@ All notable changes to this project will be documented in this file. -## Unreleased+## 1.2.0.2++- Added GHC 9.14 support.++## 1.2.0.1 - Upgraded the json-spec dependency (adapts to json-spec 1.3 breaking change where `JsonEither` takes a type-level list of specs instead of two
json-spec-openapi.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: json-spec-openapi-version: 1.2.0.1+version: 1.2.0.2 synopsis: json-spec-openapi description: This package provides a way to produce@@ -63,7 +63,7 @@ common dependencies build-depends: , aeson >= 2.2.1.0 && < 2.3- , base >= 4.19.2.0 && < 4.22+ , base >= 4.19.2.0 && < 4.23 , insert-ordered-containers >= 0.2.5.3 && < 0.3 , json-spec >= 1.3.0.0 && < 1.4 , lens >= 5.2.3 && < 5.4