From f264854459f395c107af1640f6dbacfc5fef132f Mon Sep 17 00:00:00 2001 From: david Date: Fri, 22 May 2020 10:37:38 +0200 Subject: [PATCH 1/2] add morpheus graphql (core , client) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea3aa271..a0eaf38f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4172,7 +4172,9 @@ packages: - minimal-configuration "Davit Nalchevanidze @nalchevanidze": - - morpheus-graphql < 0.12 # https://github.com/commercialhaskell/stackage/issues/5385 + - morpheus-graphql + - morpheus-graphql-core + - morpheus-graphql-client "Satoshi Egi @egisatoshi": - egison From 205b2bd4d6ddc9a08d17a1224e3ec2f1ae723566 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 22 May 2020 11:03:06 +0200 Subject: [PATCH 2/2] remove morpheus-graphql-client --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0eaf38f..77a0ddb8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4174,7 +4174,6 @@ packages: "Davit Nalchevanidze @nalchevanidze": - morpheus-graphql - morpheus-graphql-core - - morpheus-graphql-client "Satoshi Egi @egisatoshi": - egison