[64978] trunk/dports/devel

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


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

Monad classes using functional dependencies, with instances for various
monad transformers, 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 package is almost a compatible replacement for the mtl package.
Client packages will need to depend on this one and on transformers.

Added Paths:
-----------
    trunk/dports/devel/hs-monads-fd/
    trunk/dports/devel/hs-monads-fd/Portfile

Added: trunk/dports/devel/hs-monads-fd/Portfile
===================================================================
--- trunk/dports/devel/hs-monads-fd/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-monads-fd/Portfile	2010-03-18 23:31:31 UTC (rev 64978)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   monads-fd 0.0.0.1
+platforms       darwin
+categories      devel
+maintainers     nox openmaintainer
+description     Monad classes, using functional dependencies
+
+long_description \
+    Monad classes using functional dependencies, with instances for various \
+    monad transformers, 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 package is \
+    almost a compatible replacement for the mtl package. Client packages will \
+    need to depend on this one and on transformers.
+
+checksums       md5     a4429487410f6a41072a9d48a138bb49 \
+                sha1    3486dfebf6fe814c0afcb75cf38c67b03fbe66a6 \
+                rmd160  10c3cb11e77a590d54d7e35c298ab41f2003a464
+
+depends_build-append \
+    port:hs-transformers
+
+configure.args-append \
+    --docdir=${prefix}/share/doc/${name}
+
+universal_variant no


Property changes on: trunk/dports/devel/hs-monads-fd/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/fbca749d/attachment-0001.html>


More information about the macports-changes mailing list