[109529] trunk/dports/devel

cal at macports.org cal at macports.org
Fri Aug 16 16:12:40 PDT 2013


Revision: 109529
          https://trac.macports.org/changeset/109529
Author:   cal at macports.org
Date:     2013-08-16 16:12:40 -0700 (Fri, 16 Aug 2013)
Log Message:
-----------
hs-fclabels: new port, dependency of hs-pointedlist update

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

Added Paths:
-----------
    trunk/dports/devel/hs-fclabels/

Modified: trunk/dports/devel/hs-fclabels/Portfile
===================================================================
--- trunk/dports/devel/hs-extensible-exceptions/Portfile	2013-08-16 22:46:15 UTC (rev 109522)
+++ trunk/dports/devel/hs-fclabels/Portfile	2013-08-16 23:12:40 UTC (rev 109529)
@@ -4,15 +4,21 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       extensible-exceptions 0.1.1.4
-checksums           rmd160  2e1311778e7e87b1e5266bbce2dea81eb4620ae7 \
-                    sha256  6ce5e8801760385a408dab71b53550f87629e661b260bdc2cd41c6a439b6e388
+haskell.setup       fclabels 1.1.7.1
+checksums           rmd160  7b68bc4323568af903c5b573999b059fbb0e520a \
+                    sha256  d637223d0f49d978af69efc204dc2e32679a3b1f32b4d2905a8b05fbd7c864b8
 
 license             BSD
 maintainers         cal openmaintainer
 platforms           darwin
 
-description         Extensible exceptions
+description         First class accessor labels
 long_description    \
-    This package provides extensible exceptions for both new and old versions \
-    of GHC (i.e., < 6.10).
+    This package provides first class labels that can act as bidirectional \
+    record fields. The labels can be derived automatically using Template \
+    Haskell which means you don't have to write any boilerplate yourself. The \
+    labels are implemented as lenses and are fully composable. Labels can be \
+    used to get, set and modify parts of a datatype in a consistent way.
+
+depends_lib-append  port:hs-mtl \
+                    port:hs-transformers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130816/25bdc6ad/attachment.html>


More information about the macports-changes mailing list