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: Portfile 131201 2015-01-06 19:52:47Z cal@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup haskell 1.0 |
---|
6 | |
---|
7 | haskell.setup text 1.2.0.3 |
---|
8 | checksums rmd160 01b82ea74abf3fffe7d30133470165a5482a5413 \ |
---|
9 | sha256 1d38bc0a8bf60c2f3581558a7870d6db7eefbe6da5df4d80a42c9b4837f8f986 |
---|
10 | |
---|
11 | maintainers cal openmaintainer |
---|
12 | platforms darwin |
---|
13 | license BSD |
---|
14 | |
---|
15 | description An efficient packed Unicode text type |
---|
16 | long_description \ |
---|
17 | An efficient packed, immutable Unicode text type (both strict and lazy), \ |
---|
18 | with a powerful loop fusion optimization framework. |
---|