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 131981 2015-01-22 19:34:32Z cal@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup haskell 1.0 |
---|
6 | |
---|
7 | haskell.setup conduit-extra 1.1.9.2 |
---|
8 | revision 1 |
---|
9 | checksums rmd160 ebcee2c7e3c53d0f7ea070cb99be51736cfb41bc \ |
---|
10 | sha256 9a7b3f44990014082f589dd91f70d8b5faef66e720677888a54fb2e463940a9f |
---|
11 | |
---|
12 | platforms darwin |
---|
13 | license MIT |
---|
14 | maintainers nomaintainer |
---|
15 | |
---|
16 | description Additional hs-conduit common low-level operations |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | depends_lib-append port:hs-attoparsec \ |
---|
20 | port:hs-blaze-builder \ |
---|
21 | port:hs-conduit \ |
---|
22 | port:hs-monad-control \ |
---|
23 | port:hs-network \ |
---|
24 | port:hs-primitive \ |
---|
25 | port:hs-resourcet \ |
---|
26 | port:hs-stm \ |
---|
27 | port:hs-streaming-commons \ |
---|
28 | port:hs-zlib |
---|