From 14d59f5b21f1b39fba0d38935324c355a69c5d60 Mon Sep 17 00:00:00 2001 From: Brandon Simmons Date: Wed, 8 Sep 2021 00:12:45 -0400 Subject: [PATCH] server: use 'text' fork without implicit fusion rules https://github.com/hasura/graphql-engine-mono/pull/2265 GitOrigin-RevId: 77107555f05cc53323b1aba1149ccb997ca443b4 --- cabal.project | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cabal.project b/cabal.project index c7f79ed635d..3d36ff77a38 100644 --- a/cabal.project +++ b/cabal.project @@ -77,3 +77,10 @@ source-repository-package location: https://github.com/hasura/ekg-json.git tag: 098e3a5951c4991c823815706f1f58f608bb6ec3 +-- This is v1.2.3.2 with https://github.com/haskell/text/pull/348 +-- cherry-picked. When 1.3 is released we can move from this fork. +source-repository-package + type: git + location: https://github.com/hasura/text.git + tag: 874c3164fadf39a83382359d2b6ce941a3e134da +