File: hxt-xpath.cabal

package info (click to toggle)
haskell-hxt-xpath 9.1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 500 kB
  • sloc: haskell: 3,254; xml: 1,214; makefile: 77
file content (66 lines) | stat: -rw-r--r-- 1,999 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
-- arch-tag: Haskell XML Toolbox XPath Package
Name:           hxt-xpath
Version:        9.1.2.2
Synopsis:       The XPath modules for HXT.
Description:    The Haskell XML Toolbox XPath library.
                .
                Changes from 9.1.2: Bug in indexing result sets removed
License:        OtherLicense
License-file:   LICENSE
Author:         Torben Kuseler
Maintainer:     Uwe Schmidt <uwe@fh-wedel.de>
Stability:      Stable
Category:       XML
Homepage:       https://github.com/UweSchmidt/hxt
Copyright:      Copyright (c) 2005-2010 Torben Kuseler, Uwe Schmidt
Build-type:     Simple
Cabal-version:  >=1.6

extra-source-files:
 examples/hunit/HUnitExample.hs
 examples/hunit/Makefile
 examples/hunit/mini1.xml
 examples/hunit/mini2.xml
 examples/hxpath/example1.xml
 examples/hxpath/HXPath.hs
 examples/hxpath/Makefile
 examples/hxpath/W3CTestData.hs
 examples/hxpath/xhtml/xhtml1-frameset.dtd
 examples/hxpath/xhtml/xhtml1-strict.dtd
 examples/hxpath/xhtml/xhtml1-transitional.dtd
 examples/hxpath/xhtml/xhtml-lat1.ent
 examples/hxpath/xhtml/xhtml-special.ent
 examples/hxpath/xhtml/xhtml-symbol.ent
 examples/hxpath/xhtml/xhtml.xml
 examples/hxpath/XPathShell.hs
 examples/Makefile

library
 exposed-modules:
  Text.XML.HXT.XPath,
  Text.XML.HXT.XPath.Arrows,
  Text.XML.HXT.XPath.NavTree,
  Text.XML.HXT.XPath.XPathArithmetic,
  Text.XML.HXT.XPath.XPathDataTypes,
  Text.XML.HXT.XPath.XPathEval,
  Text.XML.HXT.XPath.XPathFct,
  Text.XML.HXT.XPath.XPathKeywords,
  Text.XML.HXT.XPath.XPathParser,
  Text.XML.HXT.XPath.XPathToNodeSet,
  Text.XML.HXT.XPath.XPathToString

 hs-source-dirs: src

 ghc-options: -Wall
 ghc-prof-options: -caf-all

 build-depends: base       >= 4   && < 5,
                containers >= 0.2 && < 1,
                directory  >= 1   && < 2,
                filepath   >= 1   && < 2,
                parsec     >= 2.1 && < 4,
                hxt        >= 9.1 && < 10

Source-Repository head
  Type:     git
  Location: git://github.com/UweSchmidt/hxt.git