forked from GitHub/gf-core
src/tools: update GFDoc.hs and Htmls.hs for compatibility with current libraries and add gf-tools.cabal to compile them
This commit is contained in:
12
src/tools/gf-tools.cabal
Normal file
12
src/tools/gf-tools.cabal
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user