pkgsrc/devel/hs-vector/Makefile
szptvlfn 3233b1066b Update to 0.11.0.0
changelog:
Changes in version 0.11.0.0

 * Define `Applicative` instances for `Data.Vector.Fusion.Util.{Box,Id}`
 * Define non-bottom `fail` for `instance Monad Vector`
 * New generalized stream fusion framework
 * Various safety fixes
   - Various overflows due to vector size have been eliminated
   - Memory is initialized on creation of unboxed vectors
 * Changes to SPEC usage to allow building under more conditions

Changes in version 0.10.12.3

 * Allow building with `primtive-0.6`
2015-12-13 14:08:12 +00:00

12 lines
311 B
Makefile

# $NetBSD: Makefile,v 1.6 2015/12/13 14:08:12 szptvlfn Exp $
DISTNAME= vector-0.11.0.0
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"