Ticket #42082: Portfile.hs-attoparsec

File Portfile.hs-attoparsec, 872 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       attoparsec 0.12.1.2
8checksums           rmd160  224db1d7d9c5dac45003bbcb2f0beb3c686d0821 \
9                    sha256  8cc20cb490a1d4650aaab28a214fd54776b23f904b0f5070780daae646f65fed
10
11maintainers         cal openmaintainer
12platforms           darwin
13license             BSD
14
15description         Fast combinator parsing for bytestrings and text
16long_description    \
17    A fast parser combinator library, aimed particularly at dealing \
18    efficiently with network protocols and complicated text/binary file \
19    formats.
20
21depends_lib-append  port:hs-scientific \
22                    port:hs-text