diff options
| author | hallgren <hallgren@chalmers.se> | 2011-03-03 15:24:43 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2011-03-03 15:24:43 +0000 |
| commit | b190d30fad3dba5ff63c4bdeeb089916b9c1e66f (patch) | |
| tree | d1ef6e0fa5a83799c264e24171b61b066d4bb233 /gf.cabal | |
| parent | f8c490328512a556626fcc705ee0191ebf522230 (diff) | |
gf.cabal: bump version number, add source repository info
I changed the version number to 3.2.1-darcs.
I think the version number of the current version from darcs should always
include the "-darcs" suffix (or "-current" perhaps?). The suffix should be
removed only momentarily when making an official release.
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,5 @@ name: gf -version: 3.2 +version: 3.2.1-darcs cabal-version: >= 1.8 build-type: Custom @@ -8,9 +8,13 @@ license-file: LICENSE category: Natural Language Processing, Compiler synopsis: Grammatical Framework description: GF, Grammatical Framework, is a programming language for multilingual grammar applications -homepage: http://www.grammaticalframework.org +homepage: http://www.grammaticalframework.org/ bug-reports: http://code.google.com/p/grammatical-framework/issues/list +source-repository head + type: darcs + location: http://www.grammaticalframework.org/ + flag interrupt Description: Enable Ctrl+Break in the shell Default: True |
