Update pgf.cabal, and minors to other cabal files

This commit is contained in:
John J. Camilleri
2021-06-24 09:31:37 +02:00
parent cf9afa8f74
commit 1ba5449d21
3 changed files with 18 additions and 19 deletions

View File

@@ -72,7 +72,7 @@ flag c-runtime
Description: Include functionality from the C run-time library (which must be installed already) Description: Include functionality from the C run-time library (which must be installed already)
Default: False Default: False
Library library
default-language: Haskell2010 default-language: Haskell2010
build-depends: base >= 4.6 && <5, build-depends: base >= 4.6 && <5,
array, array,
@@ -320,7 +320,7 @@ Library
if impl(ghc>=8.2) if impl(ghc>=8.2)
ghc-options: -fhide-source-paths ghc-options: -fhide-source-paths
Executable gf executable gf
hs-source-dirs: src/programs hs-source-dirs: src/programs
main-is: gf-main.hs main-is: gf-main.hs
default-language: Haskell2010 default-language: Haskell2010

View File

@@ -9,8 +9,7 @@ homepage: https://www.grammaticalframework.org
license: LGPL-3 license: LGPL-3
license-file: LICENSE license-file: LICENSE
author: Krasimir Angelov author: Krasimir Angelov
maintainer: kr.angelov@gmail.com category: Natural Language Processing
category: Language
build-type: Simple build-type: Simple
extra-source-files: CHANGELOG.md, README.md extra-source-files: CHANGELOG.md, README.md
cabal-version: >=1.10 cabal-version: >=1.10

View File

@@ -1,5 +1,5 @@
name: pgf name: pgf
version: 3.10 version: 3.10.1-git
cabal-version: >= 1.20 cabal-version: >= 1.20
build-type: Simple build-type: Simple
@@ -9,20 +9,21 @@ synopsis: Grammatical Framework
description: A library for interpreting the Portable Grammar Format (PGF) description: A library for interpreting the Portable Grammar Format (PGF)
homepage: http://www.grammaticalframework.org/ homepage: http://www.grammaticalframework.org/
bug-reports: https://github.com/GrammaticalFramework/gf-core/issues bug-reports: https://github.com/GrammaticalFramework/gf-core/issues
maintainer: Thomas Hallgren tested-with: GHC==7.6.3, GHC==7.8.3, GHC==7.10.3, GHC==8.0.2, GHC=8.4.4
tested-with: GHC==7.6.3, GHC==7.8.3, GHC==7.10.3, GHC==8.0.2
Library library
default-language: Haskell2010 default-language: Haskell2010
build-depends: base >= 4.6 && <5, build-depends:
array, array,
containers, base >= 4.6 && <5,
bytestring, bytestring,
utf8-string, containers,
random, -- exceptions,
pretty, ghc-prim,
mtl, mtl,
exceptions pretty,
random,
utf8-string
other-modules: other-modules:
-- not really part of GF but I have changed the original binary library -- not really part of GF but I have changed the original binary library
@@ -37,7 +38,6 @@ Library
--if impl(ghc>=7.8) --if impl(ghc>=7.8)
-- ghc-options: +RTS -A20M -RTS -- ghc-options: +RTS -A20M -RTS
ghc-prof-options: -fprof-auto ghc-prof-options: -fprof-auto
extensions:
exposed-modules: exposed-modules:
PGF PGF