]> gitweb @ CieloNegro.org - hxt-compile.git/blob - hxt-compile.cabal
a9124df024f05c4299eec241c80228f5b33286d6
[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
15     Exposed-Modules:
16         Text.XML.HXT.Compilation
17
18 Executable hxt-compile
19     Main-Is:         Main.hs
20     GHC-Options:     -Wall