From 6565c1430febbfb77d3593947038db487b808297 Mon Sep 17 00:00:00 2001 From: Samir Talwar Date: Mon, 5 Sep 2022 11:12:51 +0200 Subject: [PATCH] Upgrade graphql-parser-hs. This removes string interpolation from quasiquoted literals. We only use this in one place and it's totally unnecessary. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5750 GitOrigin-RevId: 3493a11db6347332e7e3721a7dca616947505be6 --- cabal.project | 2 +- server/src-test/Hasura/StreamingSubscriptionSuite.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index b437992c11991..58380c9e652ae 100644 --- a/cabal.project +++ b/cabal.project @@ -54,7 +54,7 @@ source-repository-package source-repository-package type: git location: https://github.com/hasura/graphql-parser-hs.git - tag: 47feca50fbfe6a059d02910c283e7567fbc1d7ef + tag: b65932b2dc40b90820c7be6a2aa2f6646a13b023 source-repository-package type: git diff --git a/server/src-test/Hasura/StreamingSubscriptionSuite.hs b/server/src-test/Hasura/StreamingSubscriptionSuite.hs index 45aac49a0c866..fe41c03c65b5b 100644 --- a/server/src-test/Hasura/StreamingSubscriptionSuite.hs +++ b/server/src-test/Hasura/StreamingSubscriptionSuite.hs @@ -376,7 +376,7 @@ streamingSubscriptionPollingSpec srcConfig = do dummyParamQueryHash Nothing reqId - [G.name|"numbers_stream"|] + [G.name|numbers_stream|] subscriptionQueryPlan (const (pure ()))