From d7311d20800e1f395b8951b5914310841e8c5c3f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Oct 2022 18:30:42 +0800 Subject: [PATCH] add morpheus-graphql-code-gen-utils & morpheus-graphql-server (closes #6738) --- build-constraints.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05836896..4a5454b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4559,13 +4559,15 @@ packages: - minimal-configuration "Davit Nalchevanidze @nalchevanidze": - - morpheus-graphql < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 - - morpheus-graphql-core < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 - - morpheus-graphql-client < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 - - morpheus-graphql-subscriptions < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 - - morpheus-graphql-app < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 - - morpheus-graphql-code-gen < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 - - morpheus-graphql-tests < 0.22.0 # https://github.com/commercialhaskell/stackage/issues/6738 + - morpheus-graphql + - morpheus-graphql-app + - morpheus-graphql-client + - morpheus-graphql-code-gen + - morpheus-graphql-code-gen-utils + - morpheus-graphql-core + - morpheus-graphql-server + - morpheus-graphql-subscriptions + - morpheus-graphql-tests "Satoshi Egi @egisatoshi": - backtracking