mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Update version number 3.0 to 3.1 in a number of places
This commit is contained in:
2
GF.cabal
2
GF.cabal
@@ -1,5 +1,5 @@
|
|||||||
name: gf
|
name: gf
|
||||||
version: 3.0
|
version: 3.1
|
||||||
cabal-version: >= 1.2
|
cabal-version: >= 1.2
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
license: GPL
|
license: GPL
|
||||||
|
|||||||
@@ -384,8 +384,8 @@ Windows this is c:\Program Files\Haskell\bin. If you want to install in some
|
|||||||
other place then use the <CODE>`--prefix`</CODE> option during the configuration phase.
|
other place then use the <CODE>`--prefix`</CODE> option during the configuration phase.
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
The compiled GF Resource Grammar Library will be installed in /usr/local/share/gf-3.0/lib
|
The compiled GF Resource Grammar Library will be installed in /usr/local/share/gf-3.1/lib
|
||||||
on Linux and in c:\Program Files\Haskell\gf-3.0\lib on Windows. Again the location could
|
on Linux and in c:\Program Files\Haskell\gf-3.1\lib on Windows. Again the location could
|
||||||
be changed using the <CODE>`--prefix`</CODE> option.
|
be changed using the <CODE>`--prefix`</CODE> option.
|
||||||
</P>
|
</P>
|
||||||
<A NAME="toc18"></A>
|
<A NAME="toc18"></A>
|
||||||
|
|||||||
@@ -303,8 +303,8 @@ files in your system. For example on Linux this is usualy /usr/local/bin and on
|
|||||||
Windows this is c:\Program Files\Haskell\bin. If you want to install in some
|
Windows this is c:\Program Files\Haskell\bin. If you want to install in some
|
||||||
other place then use the ```--prefix``` option during the configuration phase.
|
other place then use the ```--prefix``` option during the configuration phase.
|
||||||
|
|
||||||
The compiled GF Resource Grammar Library will be installed in /usr/local/share/gf-3.0/lib
|
The compiled GF Resource Grammar Library will be installed in /usr/local/share/gf-3.1/lib
|
||||||
on Linux and in c:\Program Files\Haskell\gf-3.0\lib on Windows. Again the location could
|
on Linux and in c:\Program Files\Haskell\gf-3.1\lib on Windows. Again the location could
|
||||||
be changed using the ```--prefix``` option.
|
be changed using the ```--prefix``` option.
|
||||||
|
|
||||||
== Clean ==
|
== Clean ==
|
||||||
|
|||||||
@@ -1,12 +1,11 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
|
|
||||||
<TITLE>GF Language Reference Manual</TITLE>
|
<TITLE>GF Language Reference Manual</TITLE>
|
||||||
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
||||||
<P ALIGN="center"><CENTER><H1>GF Language Reference Manual</H1>
|
<P ALIGN="center"><CENTER><H1>GF Language Reference Manual</H1>
|
||||||
<FONT SIZE="4">
|
<FONT SIZE="4">
|
||||||
<I>Aarne Ranta</I><BR>
|
<I>Aarne Ranta</I><BR>February 2008
|
||||||
</FONT></CENTER>
|
</FONT></CENTER>
|
||||||
|
|
||||||
<P></P>
|
<P></P>
|
||||||
@@ -116,8 +115,8 @@ compiler versions, if they involve changes of behaviour having to
|
|||||||
do with the language specification.
|
do with the language specification.
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
This manual is meant to be fully compatible with GF version 3.0
|
This manual is meant to be fully compatible with GF version 3.0.
|
||||||
(forthcoming). Main discrepancies with version 2.8 are indicated,
|
Main discrepancies with version 2.8 are indicated,
|
||||||
as well as with the reference article on GF,
|
as well as with the reference article on GF,
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
@@ -4540,6 +4539,4 @@ All other symbols are terminals.
|
|||||||
|
|
||||||
<P></P>
|
<P></P>
|
||||||
|
|
||||||
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
|
|
||||||
<!-- cmdline: txt2tags -thtml -\-toc gf-refman.txt -->
|
|
||||||
</BODY></HTML>
|
</BODY></HTML>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
</P>
|
</P>
|
||||||
<H1>Grammatical Framework</H1>
|
<H1>Grammatical Framework</H1>
|
||||||
<P>
|
<P>
|
||||||
Version 3.0
|
Version 3.1
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
December 2009
|
December 2009
|
||||||
|
|||||||
@@ -27,10 +27,10 @@ import URLEncoding
|
|||||||
|
|
||||||
-- FIXME !!!!!!
|
-- FIXME !!!!!!
|
||||||
grammarFile :: FilePath
|
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 :: FilePath
|
||||||
grammarPath = "/usr/local/share/gf-3.0/lib/prelude"
|
grammarPath = "/usr/local/share/gf-3.1/lib/prelude"
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = do initFastCGI
|
main = do initFastCGI
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ executable pgf-server
|
|||||||
directory,
|
directory,
|
||||||
filepath,
|
filepath,
|
||||||
containers,
|
containers,
|
||||||
gf >= 3.0,
|
gf >= 3.1,
|
||||||
cgi >= 3001.1.7.0,
|
cgi >= 3001.1.7.0,
|
||||||
fastcgi >= 3001.0.2.1,
|
fastcgi >= 3001.0.2.1,
|
||||||
json >= 0.3.3,
|
json >= 0.3.3,
|
||||||
@@ -34,7 +34,7 @@ executable morpho-server
|
|||||||
directory,
|
directory,
|
||||||
filepath,
|
filepath,
|
||||||
containers,
|
containers,
|
||||||
gf >= 3.0,
|
gf >= 3.1,
|
||||||
cgi >= 3001.1.7.0,
|
cgi >= 3001.1.7.0,
|
||||||
fastcgi >= 3001.0.2.1,
|
fastcgi >= 3001.0.2.1,
|
||||||
json >= 0.3.3,
|
json >= 0.3.3,
|
||||||
|
|||||||
Reference in New Issue
Block a user