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