[131304] trunk/dports/devel

cal at macports.org cal at macports.org
Thu Jan 8 16:06:56 PST 2015


Revision: 131304
          https://trac.macports.org/changeset/131304
Author:   cal at macports.org
Date:     2015-01-08 16:06:56 -0800 (Thu, 08 Jan 2015)
Log Message:
-----------
hs-deepseq-generics: new port, dependency of updated hs-pandoc-types, see #46487

Modified Paths:
--------------
    trunk/dports/devel/hs-deepseq-generics/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-deepseq-generics/

Modified: trunk/dports/devel/hs-deepseq-generics/Portfile
===================================================================
--- trunk/dports/devel/hs-pandoc-types/Portfile	2015-01-08 23:05:44 UTC (rev 131296)
+++ trunk/dports/devel/hs-deepseq-generics/Portfile	2015-01-09 00:06:56 UTC (rev 131304)
@@ -4,19 +4,30 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       pandoc-types 1.12.3
-revision            3
-checksums           rmd160  04df3d7e32cd10cc060766ffe8bfcf0bea0d5bd8 \
-                    sha256  125825a795dc0cb2b6ffbe46789e60d62a42ba2eb0f07e544b5c39612fbd8ece
+haskell.setup       deepseq-generics 0.1.1.2
+checksums           rmd160  ee73b569afc5be13bf12223a6784f0f3d3dd0afc \
+                    sha256  839e1d6ead4c45faa4165f0e82aa8a9d1df7a7c1118bfb1787e8268bfa8bfb06
 
 maintainers         nomaintainer
 platforms           darwin
-license             GPL-2+
+license             BSD
 
-description         Types for representing a structured document
+description         A GHC.Generics-based package providing a rnf implementation
 long_description    \
-    This package contains definitions for the Pandoc data structure, which is \
-    used by pandoc to represent structured documents.
-
-depends_lib-append  port:hs-aeson \
-                    port:hs-syb
+    This package provides a GHC.Generics-based \
+    Control.DeepSeq.Generics.genericRnf function which can be used for \
+    providing a rnf implementation. See the documentation for the genericRnf \
+    function in the Control.DeepSeq.Generics module to get started. \
+    \
+    The original idea was pioneered in the generic-deepseq package \
+    (see http://www.haskell.org/pipermail/haskell-cafe/2012-February/099551.html \
+    for more information). \
+    \
+    This package differs from the generic-deepseq package by working in \
+    combination with the existing deepseq package as opposed to defining \
+    a conflicting drop-in replacement for deepseq's Control.Deepseq module. \
+    \
+    Note: The ability to auto-derive via GHC.Generics has been merged into \
+    deepseq-1.4.0.0. This package is now still useful for writing code that's \
+    also compatible with older deepseq versions not yet providing \
+    GHC.Generics-support.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150108/92b3a6ad/attachment.html>


More information about the macports-changes mailing list