packages feed

morpheus-graphql-code-gen 0.19.3 → 0.20.0

raw patch · 1 files changed

+21/−21 lines, 1 filesdep ~basedep ~bytestringdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, containers, filepath, morpheus-graphql-core, optparse-applicative, prettyprinter, relude, template-haskell, text, unordered-containers

API changes (from Hackage documentation)

Files

morpheus-graphql-code-gen.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           morpheus-graphql-code-gen-version:        0.19.3+version:        0.20.0 synopsis:       Morpheus GraphQL CLI description:    code generator for Morpheus GraphQL category:       web, graphql, cli@@ -43,15 +43,15 @@       src   ghc-options: -Wall   build-depends:-      base >=4.7 && <5-    , bytestring >=0.10.4 && <0.11-    , containers >=0.4.2.1 && <0.7-    , morpheus-graphql-core >=0.19.0 && <0.20.0-    , prettyprinter >=1.2 && <2.0-    , relude >=0.3.0 && <2.0-    , template-haskell >=2.0 && <3.0-    , text >=1.2.3.0 && <1.3-    , unordered-containers >=0.2.8.0 && <0.3+      base >=4.7.0 && <5.0.0+    , bytestring >=0.10.4 && <0.12.0+    , containers >=0.4.2.1 && <0.7.0+    , morpheus-graphql-core >=0.20.0 && <0.21.0+    , prettyprinter >=1.2.0 && <2.0.0+    , relude >=0.3.0 && <2.0.0+    , template-haskell >=2.0.0 && <3.0.0+    , text >=1.2.3 && <1.3.0+    , unordered-containers >=0.2.8 && <0.3.0   default-language: Haskell2010  executable morpheus@@ -62,16 +62,16 @@       app   ghc-options: -Wall   build-depends:-      base >=4.7 && <5-    , bytestring >=0.10.4 && <0.11-    , containers >=0.4.2.1 && <0.7-    , filepath >=1.1 && <1.5+      base >=4.7.0 && <5.0.0+    , bytestring >=0.10.4 && <0.12.0+    , containers >=0.4.2.1 && <0.7.0+    , filepath >=1.1.0 && <1.5.0     , morpheus-graphql-code-gen-    , morpheus-graphql-core >=0.19.0 && <0.20.0-    , optparse-applicative >=0.12 && <0.18-    , prettyprinter >=1.2 && <2.0-    , relude >=0.3.0 && <2.0-    , template-haskell >=2.0 && <3.0-    , text >=1.2.3.0 && <1.3-    , unordered-containers >=0.2.8.0 && <0.3+    , morpheus-graphql-core >=0.20.0 && <0.21.0+    , optparse-applicative >=0.12.0 && <0.18.0+    , prettyprinter >=1.2.0 && <2.0.0+    , relude >=0.3.0 && <2.0.0+    , template-haskell >=2.0.0 && <3.0.0+    , text >=1.2.3 && <1.3.0+    , unordered-containers >=0.2.8 && <0.3.0   default-language: Haskell2010