]> gitweb @ CieloNegro.org - hxt-compile.git/blob - hxt-compile.cabal
Compilation.XmlTree
[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 Library
13     Build-Depends:
14         base, haskell-src, hxt
15     Exposed-Modules:
16         Text.XML.HXT.Compilation
17         Text.XML.HXT.Compilation.XmlTree
18     GHC-Options:     -Wall
19
20 Executable hxt-compile
21     Main-Is:         Main.hs
22     GHC-Options:     -Wall