summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind/pgf2-bind.cabal
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2015-09-02 07:12:36 +0000
committerkrasimir <krasimir@chalmers.se>2015-09-02 07:12:36 +0000
commit73b41687c8038ee69562fafd0693204509621c79 (patch)
tree92b6253470d1a57a3409ed40015cea1446763062 /src/runtime/haskell-bind/pgf2-bind.cabal
parent4a1da62d841cb63dd4671dd3d46a4e150dd26485 (diff)
added the minimal Haskell API for storing expressions/triples in the semantic graph
Diffstat (limited to 'src/runtime/haskell-bind/pgf2-bind.cabal')
-rw-r--r--src/runtime/haskell-bind/pgf2-bind.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/runtime/haskell-bind/pgf2-bind.cabal b/src/runtime/haskell-bind/pgf2-bind.cabal
index 29b41254e..4e60264a5 100644
--- a/src/runtime/haskell-bind/pgf2-bind.cabal
+++ b/src/runtime/haskell-bind/pgf2-bind.cabal
@@ -17,15 +17,15 @@ extra-source-files: README
cabal-version: >=1.10
library
- exposed-modules: PGF2
- other-modules: PGF2.FFI
+ exposed-modules: PGF2, SG
+ other-modules: PGF2.FFI, PGF2.Expr, SG.FFI
build-depends: base >=4.3, bytestring >=0.9,
- containers
+ containers, pretty
-- hs-source-dirs:
default-language: Haskell2010
build-tools: hsc2hs
- extra-libraries: pgf gu
+ extra-libraries: sg pgf gu
cc-options: -std=c99
default-language: Haskell2010
c-sources: utils.c