diff options
| author | Thomas Hallgren <th-github@altocumulus.org> | 2019-08-21 14:33:30 +0200 |
|---|---|---|
| committer | Thomas Hallgren <th-github@altocumulus.org> | 2019-08-21 14:33:30 +0200 |
| commit | a7a592d93ed28aeb1d3243f2438685071102a302 (patch) | |
| tree | 3fdeaf7430ca3efa77420946734a225ee6c31eed /src/server/exec/pgf-http.hs | |
| parent | d1bb1de87f1f5c1189f7a19fc712835e976957bd (diff) | |
| parent | 394d033d194df8c63eea7a0eca444168ae74844e (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.hs | 2 |
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) |
