summaryrefslogtreecommitdiff
path: root/src/tools/gf-tools.cabal
blob: 47ce0f01c0163cc422617043e2073fe4029fb077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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


library
  hs-source-dirs:      gftest
  exposed-modules:     Grammar
  other-modules:       Mu, Graph, FMap, EqRel
  build-depends:       base
                     , containers
                     , pgf2

executable gftest
  hs-source-dirs:      gftest
  main-is:             Main.hs
  build-depends:       base
                     , pgf2
                     , cmdargs
                     , containers
                     , filepath
                     , gf-tools