[64976] trunk/dports/devel

nox at macports.org nox at macports.org
Thu Mar 18 16:31:12 PDT 2010


Revision: 64976
          http://trac.macports.org/changeset/64976
Author:   nox at macports.org
Date:     2010-03-18 16:31:12 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
Create new port hs-transformers

Haskell 98 part of a monad transformer library, inspired by the paper
"Functional Programming with Overloading and Higher-Order Polymorphism",
by Mark P Jones, in Advanced School of Functional Programming, 1995
(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).

This part contains the monad transformer class, the concrete monad
transformers, operations and liftings. It can be used on its own in
Haskell 98 code, or with the monad classes in the monads-fd or monads-tf
packages, which automatically lift operations introduced by monad
transformers through other transformers.

Added Paths:
-----------
    trunk/dports/devel/hs-transformers/
    trunk/dports/devel/hs-transformers/Portfile

Added: trunk/dports/devel/hs-transformers/Portfile
===================================================================
--- trunk/dports/devel/hs-transformers/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-transformers/Portfile	2010-03-18 23:31:12 UTC (rev 64976)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   transformers 0.1.4.0
+platforms       darwin
+categories      devel
+maintainers     nox openmaintainer
+description     Concrete monad transformers
+
+long_description \
+    Haskell 98 part of a monad transformer library, inspired by the paper \
+    \"Functional Programming with Overloading and Higher-Order Polymorphism\" \
+    by Mark P Jones, in Advanced School of Functional Programming, 1995 \
+    (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). This part contains \
+    the monad transformer class, the concrete monad transformers, operations \
+    and liftings. It can be used on its own in Haskell 98 code, or with the \
+    monad classes in the monads-fd or monads-tf packages, which automatically \
+    lift operations introduced by monad transformers through other transformers.
+
+checksums       md5     6edd0f22594c477b05fd059fdac2c5a9 \
+                sha1    66ac2ff66744b09575ffc92a8985ab1f16c94375 \
+                rmd160  97f8f37879dd51669c099d4cfa1abd4bec474638
+
+configure.args-append \
+    --docdir=${prefix}/share/doc/${name}
+
+universal_variant no


Property changes on: trunk/dports/devel/hs-transformers/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100318/77a965e4/attachment.html>


More information about the macports-changes mailing list