From efec838fe06b69c80b69aa8a71781e1838a7ebc2 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 26 Feb 2021 18:28:56 +0000 Subject: [PATCH] Restricts morpheus-graphql-* (#5883) --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53f29481..8d38c51e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4345,10 +4345,10 @@ packages: - minimal-configuration "Davit Nalchevanidze @nalchevanidze": - - morpheus-graphql - - morpheus-graphql-core - - morpheus-graphql-client - - morpheus-graphql-subscriptions + - morpheus-graphql < 0.17 # via `morpheus-graphql-app` https://github.com/commercialhaskell/stackage/issues/5883 + - morpheus-graphql-core < 0.17 # via `morpheus-graphql-app` https://github.com/commercialhaskell/stackage/issues/5883 + - morpheus-graphql-client < 0.17 # via `morpheus-graphql-core` https://github.com/commercialhaskell/stackage/issues/5883 + - morpheus-graphql-subscriptions < 0.17 # via `morpheus-graphql-app` & `morpheus-graphql-core` https://github.com/commercialhaskell/stackage/issues/5883 "Satoshi Egi @egisatoshi": - backtracking