mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
13 lines
225 B
Plaintext
13 lines
225 B
Plaintext
name: gf-tools
|
|
version: 0.1
|
|
build-type: Simple
|
|
cabal-version: >= 1.8
|
|
|
|
Executable gfdoc
|
|
main-is: GFDoc.hs
|
|
build-depends: base, directory>=1.2, time>=1.5, process
|
|
|
|
Executable htmls
|
|
main-is: Htmls.hs
|
|
build-depends: base
|