File: hxt-tagsoup.cabal

package info (click to toggle)
haskell-hxt-tagsoup 9.1.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 88 kB
  • sloc: haskell: 549; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,254 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
-- arch-tag: Haskell XML Toolbox main description file
Name:           hxt-tagsoup
Version:        9.1.2
Synopsis:       TagSoup parser for HXT
Description:    The Tagsoup interface for the HXT lazy HTML parser.
License:        OtherLicense
License-file:   LICENSE
Author:         Uwe Schmidt
Maintainer:     Uwe Schmidt <uwe@fh-wedel.de>
Stability:      Stable
Category:       XML
Homepage:       http://www.fh-wedel.de/~si/HXmlToolbox/index.html
Copyright:      Copyright (c) 2014 Uwe Schmidt
Build-type:     Simple
Cabal-version:  >=1.6

extra-source-files:
 examples/hparser/HXmlParser.hs

library
 exposed-modules:
  Text.XML.HXT.TagSoup

 other-modules:
  Text.XML.HXT.Arrow.TagSoupInterface,
  Text.XML.HXT.Parser.TagSoup

 hs-source-dirs: src

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

 extensions: MultiParamTypeClasses DeriveDataTypeable FunctionalDependencies FlexibleInstances

 build-depends: base               >= 4    && < 5,
                tagsoup            >= 0.13 && < 0.14,
                hxt-charproperties >= 9    && < 10,
                hxt-unicode        >= 9    && < 10,
                hxt                >= 9.1  && < 10
Source-Repository head
  Type:     git
  Location: git://github.com/UweSchmidt/hxt.git