From a53f9f636f006aa96378829ba236202c148ac9ea Mon Sep 17 00:00:00 2001 From: Davit Nalchevanidze Date: Sat, 27 Mar 2021 13:17:25 +0100 Subject: [PATCH 1/2] add-morpheus-graphql-app --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19f6d3c0..88505b6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4382,6 +4382,7 @@ packages: - 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 + - morpheus-graphql-app "Satoshi Egi @egisatoshi": - backtracking From de428e174994f7f711ac9ba5ced9045b4411f8d5 Mon Sep 17 00:00:00 2001 From: Davit Nalchevanidze Date: Sat, 27 Mar 2021 13:25:30 +0100 Subject: [PATCH 2/2] remove constraints --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 88505b6b..68c50c65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4378,10 +4378,10 @@ packages: - minimal-configuration "Davit Nalchevanidze @nalchevanidze": - - 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 + - morpheus-graphql + - morpheus-graphql-core + - morpheus-graphql-client + - morpheus-graphql-subscriptions - morpheus-graphql-app "Satoshi Egi @egisatoshi":