* Add Hashable1 instances to semigroups types. * Use ghc-bignum with GHC-9.0 * Use FNV-1 constants. * Make hashable-examples a test-suite
11 lines
283 B
Makefile
11 lines
283 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/04/23 04:50:04 pho Exp $
|
|
|
|
DISTNAME= hashable-1.3.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Class for types that can be converted to a hash value
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|