X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=hxt-compile.git;a=blobdiff_plain;f=hxt-compile.cabal;h=255be89ec267ae5f773a1e95d74a8f01ac7d6873;hp=e8ba617e4c2370363574deef493d22a57aaf2c6d;hb=5ccdec1d86b750444704312526a44eb68972027b;hpb=9326d59bc2dbf54de0bf3c6a249093704a365a14 diff --git a/hxt-compile.cabal b/hxt-compile.cabal index e8ba617..255be89 100644 --- a/hxt-compile.cabal +++ b/hxt-compile.cabal @@ -9,14 +9,21 @@ Maintainer: PHO Cabal-Version: >= 1.2 Build-Type: Simple +Extra-Source-Files: + examples/tiny.xml + Library Build-Depends: - base, haskell-src, hxt + 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