mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 01:39:32 -06:00
Update version number 3.0 to 3.1 in a number of places
This commit is contained in:
@@ -27,10 +27,10 @@ import URLEncoding
|
||||
|
||||
-- FIXME !!!!!!
|
||||
grammarFile :: FilePath
|
||||
grammarFile = "/usr/local/share/gf-3.0/lib/alltenses/ParadigmsFin.gfo"
|
||||
grammarFile = "/usr/local/share/gf-3.1/lib/alltenses/ParadigmsFin.gfo"
|
||||
|
||||
grammarPath :: FilePath
|
||||
grammarPath = "/usr/local/share/gf-3.0/lib/prelude"
|
||||
grammarPath = "/usr/local/share/gf-3.1/lib/prelude"
|
||||
|
||||
main :: IO ()
|
||||
main = do initFastCGI
|
||||
|
||||
@@ -12,7 +12,7 @@ executable pgf-server
|
||||
directory,
|
||||
filepath,
|
||||
containers,
|
||||
gf >= 3.0,
|
||||
gf >= 3.1,
|
||||
cgi >= 3001.1.7.0,
|
||||
fastcgi >= 3001.0.2.1,
|
||||
json >= 0.3.3,
|
||||
@@ -34,7 +34,7 @@ executable morpho-server
|
||||
directory,
|
||||
filepath,
|
||||
containers,
|
||||
gf >= 3.0,
|
||||
gf >= 3.1,
|
||||
cgi >= 3001.1.7.0,
|
||||
fastcgi >= 3001.0.2.1,
|
||||
json >= 0.3.3,
|
||||
|
||||
Reference in New Issue
Block a user