01a675d11a
It's now part of GHC. Also contravariant, fail, and semigroups are no longer required as of GHC 8.
12 lines
324 B
Makefile
12 lines
324 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/01/11 11:19:03 pho Exp $
|
|
|
|
DISTNAME= case-insensitive-1.2.1.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Case insensitive string comparison
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-hashable/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|