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 aeson-pretty 0.7.2 |
---|
8 | revision 1 |
---|
9 | checksums rmd160 508ff37527d294a9bfb23e2491e8495500c8e558 \ |
---|
10 | sha256 6408b8b2bcd12cf591e4b93b4d9f5143449b33a59fbd3653f328e2515040570d |
---|
11 | |
---|
12 | platforms darwin |
---|
13 | license BSD |
---|
14 | maintainers nomaintainer |
---|
15 | |
---|
16 | description JSON pretty-printing compatible with hs-aeson |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | depends_lib-append port:hs-aeson \ |
---|
20 | port:hs-attoparsec \ |
---|
21 | port:hs-blaze-builder \ |
---|
22 | port:hs-text \ |
---|
23 | port:hs-unordered-containers \ |
---|
24 | port:hs-vector |
---|