pkgsrc/devel/hs-primitive/Makefile
szptvlfn 1e6b8df022 Update to 0.6.1.0
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
2015-12-13 14:06:53 +00:00

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"