diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-07-11 21:06:08 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-07-11 21:06:08 +0200 |
| commit | 38f468eed3325d5e435021b8b137f80545f22a95 (patch) | |
| tree | f495fbbadcdcae993108b022278861fbb955c3f4 /src/runtime/haskell-bind/pgf2.cabal | |
| parent | 88a73c1d9e9e9bf1ac4c4194917e50df1bcce635 (diff) | |
(pgf2) Readme, license, changelog
Diffstat (limited to 'src/runtime/haskell-bind/pgf2.cabal')
| -rw-r--r-- | src/runtime/haskell-bind/pgf2.cabal | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal index 9e1e1e393..f0cc65e70 100644 --- a/src/runtime/haskell-bind/pgf2.cabal +++ b/src/runtime/haskell-bind/pgf2.cabal @@ -1,16 +1,18 @@ name: pgf2 version: 1.1.0 -synopsis: Bindings to the Grammatical Framework C runtime +synopsis: Bindings to the PGF runtime in C description: GF, Grammatical Framework, is a programming language for multilingual grammar applications. GF grammars are compiled into Portable Grammar Format (PGF) which can be used with the PGF runtime, written in C. This package provides Haskell bindings to that runtime. homepage: https://www.grammaticalframework.org license: LGPL-3 -author: Krasimir Angelov, Inari Listenmaa +license-file: LICENSE +author: Krasimir Angelov +maintainer: Krasimir Angelov, John J. Camilleri category: Language build-type: Simple -extra-source-files: README +extra-source-files: CHANGELOG.md, README.md cabal-version: >=1.10 library @@ -22,7 +24,7 @@ library PGF2.Expr, PGF2.Type build-depends: - base >=4.3, + base >=4.3 && <5, containers, pretty default-language: Haskell2010 |
