Ticket #27633: Portfile.7

File Portfile.7, 804 bytes (added by rinkevichjm@…, 13 years ago)

hs-text/Portfile

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