]> gitweb @ CieloNegro.org - hxt-compile.git/blob - hxt-compile.cabal
Succeeded to compile examples/tiny.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/tiny.xml
14
15 Library
16     Build-Depends:
17         base, haskell-src, hxt, utf8-string
18     Exposed-Modules:
19         Text.XML.HXT.Compilation
20         Text.XML.HXT.Compilation.XmlTree
21     Extensions:
22         Arrows
23     GHC-Options:     -Wall
24
25 Executable hxt-compile
26     Main-Is:         Main.hs
27     Extensions:
28         Arrows
29     GHC-Options:     -Wall