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-types 0.3.6 |
---|
8 | revision 1 |
---|
9 | checksums rmd160 1a2cbe7669baaccc6cd1821f4e358212d23a7e00 \ |
---|
10 | sha256 9937d440072552c03c6d8ad79f61e61467dc28dcd5adeaad81038b9b94eef8c9 |
---|
11 | |
---|
12 | platforms darwin |
---|
13 | license MIT |
---|
14 | maintainers nomaintainer |
---|
15 | |
---|
16 | description Basic types for representing XML |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | depends_lib-append port:hs-text |
---|