First (hacky) working version of FastCGI JSON morphology server.

This commit is contained in:
bjorn
2008-08-24 19:31:12 +00:00
parent f8487ec6b9
commit 85bfb64e2a
6 changed files with 605 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
.PHONY: gf-morpho.fcgi clean
gf-morpho.fcgi:
ghc -i.. --make -o $@ MorphoServer.hs
# cabal configure
# cabal build
# cp dist/build/$@/$@ .
clean:
cabal clean