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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup haskell 1.0 |
---|
6 | |
---|
7 | haskell.setup hashable 1.2.3.1 |
---|
8 | checksums rmd160 b6afd7c698f10bdc120ccde40ae6b55a71e887f5 \ |
---|
9 | sha256 d5bf53df132e56671a3a4533c89324b327e1b47181b3961cffa87f5aea6f7af9 |
---|
10 | |
---|
11 | maintainers cal openmaintainer |
---|
12 | platforms darwin |
---|
13 | license BSD |
---|
14 | |
---|
15 | description Defines a class, Hashable, for types that can be converted to a hash value. |
---|
16 | long_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 | |
---|