1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup haskell 1.0 |
---|
6 | |
---|
7 | haskell.setup xml-conduit 1.3.0 |
---|
8 | revision 1 |
---|
9 | checksums rmd160 73f73404df93fdb9823482825c2bd60937233209 \ |
---|
10 | sha256 34e492be0a4ce8ca4b2ef12a09ba64e64833d84c5509dc08558dda2740769c4d |
---|
11 | |
---|
12 | platforms darwin |
---|
13 | license BSD |
---|
14 | maintainers nomaintainer |
---|
15 | |
---|
16 | description Parsing and rendering functions for XML |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | depends_lib-append \ |
---|
20 | port:hs-attoparsec \ |
---|
21 | port:hs-blaze-builder \ |
---|
22 | port:hs-blaze-html \ |
---|
23 | port:hs-blaze-markup \ |
---|
24 | port:hs-conduit \ |
---|
25 | port:hs-conduit-extra \ |
---|
26 | port:hs-monad-control \ |
---|
27 | port:hs-resourcet \ |
---|
28 | port:hs-text \ |
---|
29 | port:hs-xml-types |
---|