hack for pgf-server for Windows

This commit is contained in:
krasimir
2009-01-25 15:07:29 +00:00
parent f6661c3213
commit 798380cbd3
2 changed files with 35 additions and 12 deletions

View File

@@ -9,7 +9,6 @@ synopsis: FastCGI Server for Grammatical Framework
executable pgf.fcgi
build-depends: base,
old-time,
unix,
directory,
filepath,
containers,
@@ -18,9 +17,13 @@ executable pgf.fcgi
fastcgi >= 3001.0.2.1,
json >= 0.3.3,
utf8-string >= 0.3.1.1
if !os(windows)
build-depends: unix
main-is: PGFService.hs
other-modules:
FastCGIUtils
Cache
URLEncoding
ghc-options: -threaded
if os(windows)
ghc-options: -optl-mwindows