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