mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 13:42:50 -06:00
Merge remote-tracking branch 'origin/master' into pgf2-hackage
# Conflicts: # src/runtime/haskell-bind/pgf2.cabal
This commit is contained in:
@@ -16,20 +16,18 @@ cabal-version: >=1.10
|
||||
library
|
||||
exposed-modules:
|
||||
PGF2,
|
||||
PGF2.Internal,
|
||||
SG
|
||||
PGF2.Internal
|
||||
other-modules:
|
||||
PGF2.FFI,
|
||||
PGF2.Expr,
|
||||
PGF2.Type,
|
||||
SG.FFI
|
||||
PGF2.Type
|
||||
build-depends:
|
||||
base >=4.3,
|
||||
containers,
|
||||
pretty
|
||||
default-language: Haskell2010
|
||||
build-tools: hsc2hs
|
||||
extra-libraries: sg pgf gu
|
||||
extra-libraries: pgf gu
|
||||
cc-options: -std=c99
|
||||
c-sources: utils.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user