From 00addd4a0cd764b03623de1233c9e5e98df39979 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Mon, 14 Oct 2024 17:00:14 +0200 Subject: [PATCH] update the cabal file --- src/compiler/gf.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiler/gf.cabal b/src/compiler/gf.cabal index e92904bab..6135755ab 100644 --- a/src/compiler/gf.cabal +++ b/src/compiler/gf.cabal @@ -204,7 +204,6 @@ library if flag(server) build-depends: - pgf-service, http-slim, network>=2.3 && <3.2 if flag(network-uri) @@ -218,6 +217,8 @@ library cpp-options: -DSERVER_MODE other-modules: GF.Server + GF.Server.Cache + GF.Server.PGFService GF.Server.SimpleEditor.Convert GF.Server.SimpleEditor.JSON GF.Server.SimpleEditor.Syntax