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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup haskell 1.0 |
---|
5 | |
---|
6 | haskell.setup bytestring-show 0.3.5.6 |
---|
7 | checksums rmd160 751da0fd03aee5775ac7d58883e697aa866f64b8 \ |
---|
8 | sha256 29242efd16951ebba888218c469a99ff25b19ab74ee1e0d7b4db09b8800a0812 |
---|
9 | |
---|
10 | |
---|
11 | maintainers nomaintainer |
---|
12 | description Efficient conversion of values into readable byte strings. |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | license BSD |
---|
17 | |
---|