pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hs-primitive



Module Name:    pkgsrc
Committed By:   szptvlfn
Date:           Sun Dec 13 14:06:53 UTC 2015

Modified Files:
        pkgsrc/devel/hs-primitive: Makefile buildlink3.mk distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-primitive/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-primitive/buildlink3.mk \
    pkgsrc/devel/hs-primitive/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index