HXQ-0.8.3: HXQ.cabal
Cabal-Version: >= 1.2
Name: HXQ
Version: 0.8.3
Synopsis: A Compiler from XQuery to Haskell
Description:
HXQ is a fast and space-efficient compiler from XQuery (the standard
query language for XML) to embedded Haskell code. The translation is
based on Haskell templates. It also provides an interpreter for
evaluating XQueries from input and database connectivity using HDBC.
Category: XML
Build-type: Simple
License-file: LICENSE
License: BSD3
Author: Leonidas Fegaras
Copyright: 2008, Leonidas Fegaras
Stability: experimental
Maintainer: fegaras@cse.uta.edu
Homepage: http://lambda.uta.edu/HXQ/
Extra-Source-Files:
Makefile
HXQ-unstable.hs
XQueryParser.y
Test1.hs
Test2.hs
TestDB.hs
compile
data-files:
index.html
data/cs.xml
data/q1.xq
data/q2.xq
data/q3.xq
data/dblp.xq
data/dblp2.xq
data/company.sql
hxml-0.2/00-LICENSE.txt
hxml-0.2/00-README.txt
Library
Exposed-Modules: XML.HXQ.XQuery
Other-Modules: XML.HXQ.XTree, XML.HXQ.Compiler, XML.HXQ.Interpreter, XML.HXQ.Parser,
XML.HXQ.Optimizer, XML.HXQ.DB, XML.HXQ.DBConnect,
HXML, DTD, LLParsing, TreeBuild, XMLParse, ETree, Misc, Tree,
XMLScanner, AssocList, PrintXML, XML
hs-source-dirs: . hxml-0.2
Build-Depends: base, haskell98, array, readline, template-haskell, mtl, HDBC, HDBC-sqlite3
Executable xquery
Main-is: Main.hs
hs-source-dirs: . hxml-0.2
Build-Depends: base, haskell98, array, readline, template-haskell, mtl, HDBC, HDBC-sqlite3