189b5c766a
base-orphans defines orphan instances that mimic instances available in later versions of base to a wider (older) range of compilers. base-orphans does not export anything except the orphan instances themselves and complements base-compat. See the README for what instances are covered: https://github.com/haskell-compat/base-orphans#readme. See also the what is not covered section.
11 lines
268 B
Makefile
11 lines
268 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/12/31 17:57:42 pho Exp $
|
|
|
|
DISTNAME= base-orphans-0.8.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Backwards-compatible orphan instances for base
|
|
LICENSE= mit
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|