packages feed

HXQ-0.8: HXQ.cabal

Cabal-Version:       >= 1.2
Name:                HXQ
Version:             0.8
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 ad-hoc XQueries read from input or from files.
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.hs
  XML/HXQ/DB.hs
  XML/HXQ/XQueryDB.hs
  XQueryParser.y
  Test1.hs
  Test2.hs
  TestDB.hs
  profile.hs
  compile
data-files:
  index.html
  data/cs.xml
  data/q1.xq
  data/q2.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,
                       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

Executable xquery
  Main-is:             Main.hs
  hs-source-dirs:      . hxml-0.2
  Build-Depends:       base, haskell98, array, readline, template-haskell