698c637c08
changelog: Changes in version 0.10.12.1 * Fixed compilation on non-head GHCs Changes in version 0.10.12.0 * Export MVector constructor from Data.Vector.Primitive to match Vector's (which was already exported). * Fix building on GHC 7.9 by adding Applicative instances for Id and Box
12 lines
312 B
Makefile
12 lines
312 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/10/18 21:27:53 szptvlfn Exp $
|
|
|
|
DISTNAME= vector-0.10.12.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Efficient Arrays for Haskell
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-primitive/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|