]> gitweb @ CieloNegro.org - hxt-compile.git/blobdiff - hxt-compile.cabal
Succeeded to compile examples/tiny.xml
[hxt-compile.git] / hxt-compile.cabal
index e8ba617e4c2370363574deef493d22a57aaf2c6d..255be89ec267ae5f773a1e95d74a8f01ac7d6873 100644 (file)
@@ -9,14 +9,21 @@ Maintainer:          PHO <pho at cielonegro.org>
 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