[106833] trunk/dports/devel/hs-hoc/Portfile

cal at macports.org cal at macports.org
Sat Jun 8 17:49:27 PDT 2013


Revision: 106833
          https://trac.macports.org/changeset/106833
Author:   cal at macports.org
Date:     2013-06-08 17:49:27 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
hs-hoc: update to r416, forces rebuild with new GHC

This port is currently broken; updating it to r416 seems to fix some of the
problems, but it still can not be built at the moment.

Revision Links:
--------------
    https://trac.macports.org/changeset/416
    https://trac.macports.org/changeset/416

Modified Paths:
--------------
    trunk/dports/devel/hs-hoc/Portfile

Modified: trunk/dports/devel/hs-hoc/Portfile
===================================================================
--- trunk/dports/devel/hs-hoc/Portfile	2013-06-09 00:39:57 UTC (rev 106832)
+++ trunk/dports/devel/hs-hoc/Portfile	2013-06-09 00:49:27 UTC (rev 106833)
@@ -4,9 +4,8 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-set rev 413
+set rev 416
 haskell.setup       HOC 0.7-r${rev}
-revision            3
 platforms           darwin
 license             MIT
 maintainers         nomaintainer
@@ -38,13 +37,13 @@
         ${worksrcpath}/Setup.hs
 }
 
-depends_build-append    port:hs-binary \
-                        port:hs-parsec \
-                        port:hs-platform-fgl \
-                        port:libffi \
+depends_build-append    port:libffi \
                         port:pkgconfig
 
-depends_lib-append      port:gmp
+depends_lib-append      port:gmp \
+                        port:hs-binary \
+                        port:hs-parsec \
+                        port:hs-fgl
 
 configure.args-append   --docdir=${prefix}/share/doc/${name} \
                         --extra-lib-dirs=${prefix}/lib \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/4ae58af9/attachment.html>


More information about the macports-changes mailing list