diff options
| author | odanoburu <bcclaro@gmail.com> | 2018-04-14 19:22:01 -0300 |
|---|---|---|
| committer | odanoburu <bcclaro@gmail.com> | 2018-04-14 19:22:01 -0300 |
| commit | 7d89d0b4425f7bd31dc4887055ace2ef6127db69 (patch) | |
| tree | 32fff2b290f1f607d217dc5d2087fb5c09468aab /src/runtime/haskell-bind/pgf2.cabal | |
| parent | 69a19442939eadb0978c5ef2032d35bf2550560f (diff) | |
| parent | 2036ffe06db7df5fb39543a25396a04384d8aba3 (diff) | |
Merge remote-tracking branch 'upstream/master' into por
Diffstat (limited to 'src/runtime/haskell-bind/pgf2.cabal')
| -rw-r--r-- | src/runtime/haskell-bind/pgf2.cabal | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal index 34a4392a9..178f15023 100644 --- a/src/runtime/haskell-bind/pgf2.cabal +++ b/src/runtime/haskell-bind/pgf2.cabal @@ -1,13 +1,13 @@ name: pgf2 version: 0.1.0.0 --- synopsis: --- description: +-- synopsis: +-- description: homepage: http://www.grammaticalframework.org license: LGPL-3 --license-file: LICENSE author: Krasimir Angelov, Inari -maintainer: --- copyright: +maintainer: +-- copyright: category: Language build-type: Simple extra-source-files: README @@ -20,7 +20,7 @@ library other-modules: PGF2.FFI, PGF2.Expr, PGF2.Type, SG.FFI build-depends: base >=4.3, containers, pretty - -- hs-source-dirs: + -- hs-source-dirs: default-language: Haskell2010 build-tools: hsc2hs |
