[114499] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 14:15:25 PST 2013


Revision: 114499
          https://trac.macports.org/changeset/114499
Author:   cal at macports.org
Date:     2013-12-09 14:15:24 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-lifted-base, dependency of hs-conduit

Modified Paths:
--------------
    trunk/dports/devel/hs-lifted-base/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-lifted-base/

Modified: trunk/dports/devel/hs-lifted-base/Portfile
===================================================================
--- trunk/dports/devel/hs-texmath/Portfile	2013-12-07 16:29:03 UTC (rev 114413)
+++ trunk/dports/devel/hs-lifted-base/Portfile	2013-12-09 22:15:24 UTC (rev 114499)
@@ -4,22 +4,19 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       texmath 0.6.1.5
-revision            1
-checksums           rmd160  6f87f214e1682f5f0a375e6ec200cb1236b3b70b \
-                    sha256  888cca454fc585272ed5fa41711943250f76efebbff302534d02c349409c9d95
+haskell.setup       lifted-base 0.2.1.1
+checksums           rmd160  652acea03ebc5356d8458a7d355d4b4f2f986141 \
+                    sha256  b330aff460e52c7987dba68737487d1b2b15e23f03d0c1bc6d8a3062066c5518
 
-maintainers         nomaintainer
+maintainers         cal openmaintainer
 platforms           darwin
-license             GPL
+license             BSD
 
-description         Conversion of LaTeX math formulas to MathML or OMML
+description         lifted IO operations from the base library
 long_description    \
-    The texmathml library provides functions to convert LaTeX math formulas to \
-    presentation MathML (which can be used in HTML) or OMML (Office Math Markup \
-    Language, used in Microsoft Office). It supports basic LaTeX and AMS \
-    extensions, and it can parse and apply LaTeX macros.
+    lifted-base exports IO operations from the base library lifted to any \
+    instance of MonadBase or MonadBaseControl.
 
-depends_lib-append  port:hs-parsec \
-                    port:hs-syb \
-                    port:hs-xml
+depends_lib-append  port:hs-base-unicode-symbols \
+                    port:hs-monad-control \
+                    port:hs-transformers-base
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/990e0586/attachment.html>


More information about the macports-changes mailing list