summaryrefslogtreecommitdiff
path: root/src/server/exec/pgf-http.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/exec/pgf-http.hs')
-rw-r--r--src/server/exec/pgf-http.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/exec/pgf-http.hs b/src/server/exec/pgf-http.hs
index 565843047..38ea588ff 100644
--- a/src/server/exec/pgf-http.hs
+++ b/src/server/exec/pgf-http.hs
@@ -7,7 +7,7 @@ import System.FilePath(takeExtension,takeFileName,takeDirectory,(</>))
import RunHTTP(runHTTP,Options(..))
import ServeStaticFile(serveStaticFile)
import PGFService(cgiMain',getPath,stderrToFile,logFile,newPGFCache)
-import FastCGIUtils(outputJSONP,handleCGIErrors)
+import CGIUtils(outputJSONP,handleCGIErrors)
import Paths_gf_server(getDataDir)