From b70dba87bab5dfc8039f0b9f69e0851f92324f8b Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 15 Oct 2014 21:04:29 +0000 Subject: Rename modules GFI, GFC & GFServer... ... to GF.Interactive, GF.Compiler & GF.Server, respectively. --- gf.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gf.cabal') diff --git a/gf.cabal b/gf.cabal index 1fe930bf4..1fa979a60 100644 --- a/gf.cabal +++ b/gf.cabal @@ -158,7 +158,7 @@ Executable gf build-depends: httpd-shed>=0.4.0.2, network>=2.3 && <2.6, json, cgi -- ,silently cpp-options: -DSERVER_MODE - other-modules: GFServer + other-modules: GF.Server hs-source-dirs: src/server src/server/transfer src/example-based if flag(c-runtime) @@ -251,8 +251,8 @@ Executable gf GF.Compile.PGFtoJS GF.Compile GF.Quiz - GFC - GFI + GF.Compiler + GF.Interactive if flag(interrupt) cpp-options: -DUSE_INTERRUPT -- cgit v1.2.3