2015-12-13 15:06:53 by Ryosuke Moro | Files touched by this commit (3) |
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
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-02-14 05:10:27 by Masatake Daimon | Files touched by this commit (3) |
Log message:
Update to 0.5.4.0
ChangeLog:
* Changed primitive_ to work around an oddity with GHC's code
generation on certain versions that led to side effects not
happening when used in conjunction with certain very unsafe IO
performers.
* Allow primitive to build on GHC 7.9
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
|
2014-08-29 16:08:42 by Ryosuke Moro | Files touched by this commit (61) |
Log message:
make it clear what package depend on
discussed with wiz@.
|
2014-05-25 23:53:28 by Ryosuke Moro | Files touched by this commit (5) |
Log message:
Import primitive-0.5.3.0 as devel/hs-primitive,
packaged for wip by pho.
This package provides various primitive memory-related operations.
|