pkgsrc/devel/hs-vector/Makefile
szptvlfn 698c637c08 Update to 0.10.12.1
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
2014-10-18 21:27:53 +00:00

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"