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
name: xml-types
version: 0.3.6
synopsis: Basic types for representing XML
license: MIT
license-file: COPYING
author: John Millikin <jmillikin@gmail.com>
maintainer: jmillikin@gmail.com
build-type: Simple
cabal-version: >= 1.6
category: Text, XML
stability: experimental
homepage: https://john-millikin.com/software/haskell-xml/
bug-reports: mailto:jmillikin@gmail.com
source-repository head
type: git
location: https://john-millikin.com/code/haskell-xml-types/
source-repository this
type: git
location: https://john-millikin.com/code/haskell-xml-types/
tag: xml-types_0.3.6
library
ghc-options: -Wall
hs-source-dirs: lib
if impl(ghc >= 7.2)
extensions: DeriveGeneric, StandaloneDeriving
if impl(ghc >= 7.2) && impl(ghc < 7.6)
build-depends: ghc-prim
build-depends:
base >= 3.0 && < 5.0
, deepseq >= 1.1.0.0
, text
exposed-modules:
Data.XML.Types