From 0ec461da21c63f04f08c14e78952587f9252c18b Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Mon, 20 May 2024 14:17:13 +0200 Subject: [PATCH] Added ihp-ide dep to ihp-graphql --- ihp-graphql/ihp-graphql.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/ihp-graphql/ihp-graphql.cabal b/ihp-graphql/ihp-graphql.cabal index d2033ea5e..c9c7b58ed 100644 --- a/ihp-graphql/ihp-graphql.cabal +++ b/ihp-graphql/ihp-graphql.cabal @@ -21,6 +21,7 @@ common shared-properties build-depends: base , ihp + , ihp-ide , unordered-containers , text , attoparsec