[106825] trunk/dports/devel/hs-bytestring-lexing/Portfile

cal at macports.org cal at macports.org
Sat Jun 8 16:54:17 PDT 2013


Revision: 106825
          https://trac.macports.org/changeset/106825
Author:   cal at macports.org
Date:     2013-06-08 16:54:17 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
hs-bytestring-lexing: update to 0.4.3 to force rebuild against new GHC

also:
 - add modeline, whitespace changes
 - switch to new checksum types
 - set description to hackage DB description

Modified Paths:
--------------
    trunk/dports/devel/hs-bytestring-lexing/Portfile

Modified: trunk/dports/devel/hs-bytestring-lexing/Portfile
===================================================================
--- trunk/dports/devel/hs-bytestring-lexing/Portfile	2013-06-08 23:50:29 UTC (rev 106824)
+++ trunk/dports/devel/hs-bytestring-lexing/Portfile	2013-06-08 23:54:17 UTC (rev 106825)
@@ -1,3 +1,4 @@
+# -*- 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
 # $Id$
 
 PortSystem          1.0
@@ -2,18 +3,15 @@
 PortGroup           haskell 1.0
-haskell.setup       bytestring-lexing 0.2.1
-revision            1
+
+haskell.setup       bytestring-lexing 0.4.3
+checksums           rmd160  325a7739c4a54548266a578a089df0e50a084579 \
+                    sha256  d95cd5b15b750507984f117f2c20a66d96931114829c429bd801548f5c76d637
+
+
 maintainers         nomaintainer
-description         Parse literals efficiently from ByteStrings
-long_description \
-   Parse literals efficiently from GHC's ByteString type.  At the moment, \
-   only Doubles are supported.  Reading Ints and Integers is supported by \
-   GHC's included ByteString module.
+description         Parse and produce literals efficiently from strict or lazy bytestrings.
+long_description    ${description}
 
 platforms           darwin
 license             BSD
 
-checksums	md5     42822f6151677228582a97076d6ddda0 \
-		sha1    c1cff3d590be4bafe9198197d300e5acfa69c20e \
-		rmd160  42ee7ee19334e4ad52798155c04b964ce3826efa
-
-depends_build-append   port:hs-platform-alex
+depends_lib-append  port:hs-alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/ef05ff5c/attachment.html>


More information about the macports-changes mailing list