1
0
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:
hallgren
2016-04-05 13:29:56 +00:00
parent 9db5139e23
commit ad22a4d899
3 changed files with 28 additions and 7 deletions

12
src/tools/gf-tools.cabal Normal file
View 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