dde7371eab
0.7.3 [2019.05.10] * Backport the Lift Void instance introduced in template-haskell-2.15.0.0. 0.7.2 * Only depend on deepseq, hashable, and semigroups if using GHC 7.8 or earlier. * Cleaned up spurious "redundant constraint" warnings on GHC 8+ 0.7.1 * Support semigroups 0.17 on older GHCs * Backported NFData's semigroup instance to older GHCs. 0.7 * adapt to Data.Void being moved into base-4.8 * vacuousM removed
11 lines
267 B
Makefile
11 lines
267 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/01/02 10:38:57 pho Exp $
|
|
|
|
DISTNAME= void-0.7.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= szptvlfn@NetBSD.org
|
|
COMMENT= Haskell 98 logically uninhabited data type
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|