X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=hxt-compile.git;a=blobdiff_plain;f=hxt-compile.cabal;h=255be89ec267ae5f773a1e95d74a8f01ac7d6873;hp=a9124df024f05c4299eec241c80228f5b33286d6;hb=fd97e226a965bc39e95b901125ec38f60eeaadfe;hpb=52451180867f9eaab5bea8c88f9485ecdd415621 diff --git a/hxt-compile.cabal b/hxt-compile.cabal index a9124df..255be89 100644 --- a/hxt-compile.cabal +++ b/hxt-compile.cabal @@ -9,12 +9,21 @@ Maintainer: PHO Cabal-Version: >= 1.2 Build-Type: Simple +Extra-Source-Files: + examples/tiny.xml + Library Build-Depends: - base + base, haskell-src, hxt, utf8-string Exposed-Modules: Text.XML.HXT.Compilation + Text.XML.HXT.Compilation.XmlTree + Extensions: + Arrows + GHC-Options: -Wall Executable hxt-compile Main-Is: Main.hs + Extensions: + Arrows GHC-Options: -Wall