packages feed

dhscanner-kbapi 1.1.0 → 1.1.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~aesondep ~dhscanner-astPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, dhscanner-ast

API changes (from Hackage documentation)

Files

dhscanner-kbapi.cabal view
@@ -28,7 +28,7 @@     fundamental modifications to the structure or specification     of code facts. -version:            1.1.0+version:            1.1.1 license:            GPL-3.0-only license-file:       LICENSE author:             OrenGitHub@@ -52,10 +52,10 @@         Content      build-depends:-        aeson >= 2.2 && < 2.3,+        aeson >= 2.2 && < 2.4,         base >= 4.22 && < 4.23,         containers >= 0.8 && < 0.9,-        dhscanner-ast >= 1.3 && < 1.4+        dhscanner-ast >= 1.3.1 && < 1.4      hs-source-dirs:         src@@ -78,7 +78,7 @@         bytestring >= 0.11 && < 0.13,         openapi3 >= 3.2 && < 3.3,         dhscanner-kbapi,-        dhscanner-ast >= 1.3 && < 1.4+        dhscanner-ast >= 1.3.1 && < 1.4      hs-source-dirs:         json-schema-creator