[96575] users/cal/ports/devel

cal at macports.org cal at macports.org
Tue Aug 14 14:28:21 PDT 2012


Revision: 96575
          https://trac.macports.org/changeset/96575
Author:   cal at macports.org
Date:     2012-08-14 14:28:21 -0700 (Tue, 14 Aug 2012)
Log Message:
-----------
hs-platform-transformers (untested)

Added Paths:
-----------
    users/cal/ports/devel/hs-platform-transformers/
    users/cal/ports/devel/hs-platform-transformers/Portfile

Added: users/cal/ports/devel/hs-platform-transformers/Portfile
===================================================================
--- users/cal/ports/devel/hs-platform-transformers/Portfile	                        (rev 0)
+++ users/cal/ports/devel/hs-platform-transformers/Portfile	2012-08-14 21:28:21 UTC (rev 96575)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+PortGroup               haskellplatform 1.0
+
+haskellplatform.setup   transformers 0.3.0.0
+checksums               rmd160  110bd7eb44609d8db44d85f8367db323576545dc \
+                        sha256  e5aa0c1ec97ad98c389e78f59aca25ab028980a7068a3e585e39564662739591
+
+license                 BSD
+maintainers             cal openmaintainer
+platforms               darwin
+
+description             \
+    A portable library of functor and 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
+long_description        ${description} \
+    This package contains:\n\
+     - the monad transformer class (in Control.Monad.Trans.Class)\n\
+     - concrete functor and monad transformers, each with associated operations \
+       and functions to lift operations associated with other transformers.\n\
+    It can be used on its own in portable Haskell code, or with the monad \
+    classes in the mtl or monads-tf packages, which automatically lift \
+    operations introduced by monad transformers through other transformers.


Property changes on: users/cal/ports/devel/hs-platform-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/20120814/7ce9277b/attachment-0001.html>


More information about the macports-changes mailing list