summaryrefslogtreecommitdiff
path: root/src/server/exec/pgf-http.hs
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2019-08-21 14:33:30 +0200
committerThomas Hallgren <th-github@altocumulus.org>2019-08-21 14:33:30 +0200
commita7a592d93ed28aeb1d3243f2438685071102a302 (patch)
tree3fdeaf7430ca3efa77420946734a225ee6c31eed /src/server/exec/pgf-http.hs
parentd1bb1de87f1f5c1189f7a19fc712835e976957bd (diff)
parent394d033d194df8c63eea7a0eca444168ae74844e (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
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)