[104534] trunk/dports/devel

larryv at macports.org larryv at macports.org
Tue Mar 26 23:36:23 PDT 2013


Revision: 104534
          https://trac.macports.org/changeset/104534
Author:   larryv at macports.org
Date:     2013-03-26 23:36:23 -0700 (Tue, 26 Mar 2013)
Log Message:
-----------
hs-hashable: New port.

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

Added: trunk/dports/devel/hs-hashable/Portfile
===================================================================
--- trunk/dports/devel/hs-hashable/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-hashable/Portfile	2013-03-27 06:36:23 UTC (rev 104534)
@@ -0,0 +1,22 @@
+# -*- 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           haskell 1.0
+
+haskell.setup       hashable 1.2.0.5
+platforms           darwin
+license             BSD
+maintainers         nomaintainer
+
+description         A class for types that can be converted to a hash value
+long_description    This package defines a class, Hashable, for types \
+                    that can be converted to a hash value. This class \
+                    exists for the benefit of hashing-based data \
+                    structures. The package provides instances for basic \
+                    types and a way to combine hash values.
+
+checksums           rmd160  d70165c74b5fca7f329d65e69a4b2683848798b2 \
+                    sha256  107b7b58aa9a2eee81c58bc00638b7c0a9db53e1b7b4de8388a4eb4592c8383b
+
+depends_lib-append  port:hs-text


Property changes on: trunk/dports/devel/hs-hashable/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/20130326/ea81665c/attachment.html>


More information about the macports-changes mailing list