]> gitweb @ CieloNegro.org - hxt-compile.git/blob - hxt-compile.cabal
dtd.xml
[hxt-compile.git] / hxt-compile.cabal
1 Name:                hxt-compile
2 Version:             0.1
3 Synopsis:            <Project description>
4 Description:         <Project description>
5 Category:            XML
6 License:             PublicDomain
7 Author:              PHO <pho at cielonegro.org>
8 Maintainer:          PHO <pho at cielonegro.org>
9 Cabal-Version:       >= 1.2
10 Build-Type:          Simple
11
12 Extra-Source-Files:
13     examples/dtd.xml
14     examples/tiny.xml
15     examples/utf8.xml
16
17 Library
18     Build-Depends:
19         base, haskell-src, hxt, utf8-string
20     Exposed-Modules:
21         Text.XML.HXT.Compilation
22     Other-Modules:
23         Text.XML.HXT.Compilation.XmlTree
24     Extensions:
25         Arrows
26     GHC-Options:     -Wall
27
28 Executable hxt-compile
29     Main-Is:         Main.hs
30     Extensions:
31         Arrows
32     GHC-Options:     -Wall