-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXMLParser.cabal
More file actions
36 lines (32 loc) · 766 Bytes
/
XMLParser.cabal
File metadata and controls
36 lines (32 loc) · 766 Bytes
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
name: XMLParser
version: 0.1.0.8
cabal-version: >=1.10
build-type: Simple
license: GPL-3
license-file: LICENSE
maintainer: hawk.alan@gmail.com
homepage: xy30.com
synopsis: A library to parse xml
description:
uses parsec to parse xml
category: XML
author: Alan Hawkins
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: http://github.com/xpika/XMLParser.git
library
hs-source-dirs: src
other-modules:
Text.XMLParser.XMLParser
, Text.XMLParser.Util
exposed-modules:
Text.XMLParser
build-depends:
base <10000,
parsec <10000
default-language: Haskell2010
default-extensions: Safe
other-extensions: NoMonomorphismRestriction FlexibleContexts