Ticket #42082: Portfile.hs-hashable

File Portfile.hs-hashable, 925 bytes (added by joelfred@…, 9 years ago)
Line 
1# -*- 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
2# $Id: Portfile 131201 2015-01-06 19:52:47Z cal@macports.org $
3
4PortSystem          1.0
5PortGroup           haskell 1.0
6
7haskell.setup       hashable 1.2.3.1
8checksums           rmd160  b6afd7c698f10bdc120ccde40ae6b55a71e887f5 \
9                    sha256  d5bf53df132e56671a3a4533c89324b327e1b47181b3961cffa87f5aea6f7af9
10
11maintainers         cal openmaintainer
12platforms           darwin
13license             BSD
14
15description         Defines a class, Hashable, for types that can be converted to a hash value.
16long_description    \
17    This package defines a class, Hashable, for types that can be \
18    converted to a hash value. This class exists for the benefit of \
19    hashing-based data structures. The package provides instances for \
20    basic types and a way to combine hash values.
21