mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -06:00
moved lib/next-resource to next-lib/src, to enable linking with next-lib as value of GF_LIB_PATH
This commit is contained in:
@@ -19,13 +19,11 @@ import FastCGIUtils
|
||||
import URLEncoding
|
||||
|
||||
-- FIXME !!!!!!
|
||||
|
||||
grammarFile :: IO FilePath
|
||||
grammarFile = return "/Users/aarne/GF/lib/alltenses/ParadigmsFin.gfo"
|
||||
--grammarFile = return "/Users/bringert/Projects/gf/lib/alltenses/ParadigmsFin.gfo"
|
||||
grammarFile = return "/Users/bringert/Projects/gf/lib/alltenses/ParadigmsFin.gfo"
|
||||
|
||||
grammarPath :: FilePath
|
||||
grammarPath = "/Users/aarne/GF/lib/prelude"
|
||||
--grammarPath = "/Users/bringert/Projects/gf/lib/prelude"
|
||||
grammarPath = "/Users/bringert/Projects/gf/lib/prelude"
|
||||
|
||||
main :: IO ()
|
||||
main = do initFastCGI
|
||||
|
||||
Reference in New Issue
Block a user