1e6b8df022
changelog.md: ## Changes in version 0.6.1.0 * Use more appropriate types in internal memset functions, which prevents overflows/segfaults on 64-bit systems. * Fixed a warning on GHC 7.10 * Worked around a -dcore-lint bug in GHC 7.6/7.7 ## Changes in version 0.6 * Split PrimMonad into two classes to allow automatic lifting of primitive operations into monad transformers. The `internal` operation has moved to the `PrimBase` class. * Fixed the test suite on older GHCs
12 lines
323 B
Makefile
12 lines
323 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/12/13 14:06:53 szptvlfn Exp $
|
|
|
|
DISTNAME= primitive-0.6.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Primitive memory-related operations
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-transformers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|