1 | # $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | PortGroup haskell 1.0 |
---|
6 | haskell.setup text 0.11.0.1 |
---|
7 | maintainers nomaintainer |
---|
8 | description Unicode text package |
---|
9 | long_description \ |
---|
10 | An efficient packed, immutable Unicode text type (both strict and lazy), \ |
---|
11 | with a powerful loop fusion optimization framework. |
---|
12 | |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | checksums md5 a073c64255b1e497a9689b2fc408772c \ |
---|
16 | sha1 c4477f35ead46f4ac8a8188969d22c4b9970453e \ |
---|
17 | rmd160 829834e5100ee0454534ecea5fa44681c1792af6 |
---|
18 | |
---|
19 | depends_build port:hs-deepseq |
---|
20 | |
---|
21 | depends_lib port:ghc |
---|
22 | |
---|
23 | universal_variant no |
---|
24 | |
---|
25 | configure.args-append -v --enable-library-profiling \ |
---|
26 | --with-gcc=${configure.cc} |
---|
27 | |
---|
28 | build.args-append -v |
---|
29 | |
---|