pkgsrc/devel/hs-fmlist/Makefile
pho 01e8d083d5 Import fmlist-0.9.4
FoldMap lists are lists represented by their foldMap function. FoldMap
lists have O(1) cons, snoc and append, just like DLists, but other
operations might have favorable performance characteristics as
well. These wild claims are still completely unverified though.
2021-05-05 11:40:31 +00:00

11 lines
238 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/05/05 11:40:31 pho Exp $
DISTNAME= fmlist-0.9.4
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= FoldMap lists
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"