cab71c730d
Version 0.8.0.3 (2019-12-02) Fix out-of-bounds access in Timsort. Version 0.8.0.2 (2019-11-28) Bump upper bounds on primitive and QuickCheck. Expose 'terminate' function from 'AmericanFlag' module. Fix an off-by-one error in Data.Vector.Algorithms.Heaps.heapInsert.
13 lines
374 B
Makefile
13 lines
374 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/01/02 10:28:24 pho Exp $
|
|
|
|
DISTNAME= vector-algorithms-0.8.0.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= szptvlfn@NetBSD.org
|
|
COMMENT= Efficient algorithms for vector arrays
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-primitive/buildlink3.mk"
|
|
.include "../../devel/hs-vector/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|