Ticket #42082: Portfile.hs-text

File Portfile.hs-text, 765 bytes (added by J.Gilbey@…, 9 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           haskell 1.0
6
7haskell.setup       text 1.2.0.3
8checksums           rmd160  01b82ea74abf3fffe7d30133470165a5482a5413 \
9                    sha256  1d38bc0a8bf60c2f3581558a7870d6db7eefbe6da5df4d80a42c9b4837f8f986
10
11maintainers         cal openmaintainer
12platforms           darwin
13license             BSD
14
15description             An efficient packed Unicode text type
16long_description        \
17    An efficient packed, immutable Unicode text type (both strict and lazy), \
18    with a powerful loop fusion optimization framework.