Skip to content

Commit

Permalink
update the cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Oct 14, 2024
1 parent 00fd704 commit 00addd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/compiler/gf.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ library

if flag(server)
build-depends:
pgf-service,
http-slim,
network>=2.3 && <3.2
if flag(network-uri)
Expand All @@ -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
Expand Down

0 comments on commit 00addd4

Please sign in to comment.