summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2018-04-12 14:45:30 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2018-04-12 14:45:30 +0200
commit9a6b3b4a1f84f4071b2782ad876d4e8f9134da34 (patch)
tree950984f9636c3c3d9c11a3c65645e1ccf6b5a78a /src/runtime/haskell-bind
parent2d898e78c0f8bc097db675392f829f53ed62347b (diff)
parent4931acc36defec9cc6950829a2f3533b6bf94eb5 (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
Diffstat (limited to 'src/runtime/haskell-bind')
-rw-r--r--src/runtime/haskell-bind/pgf2.cabal11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal
index 312d851be..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,13 +20,12 @@ 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
extra-libraries: sg pgf gu
cc-options: -std=c99
- default-language: Haskell2010
c-sources: utils.c
executable pgf-shell