2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
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.
|
2014-10-21 23:27:51 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 1.1
from CHANGELOG & https://github.com/haskell/random
# 1.1
* support for base < 4.6 (which doesnt provide strict atomicModifyIORef')
and integrating Travis CI support.
https://github.com/haskell/random/pull/12
* fix C type in test suite https://github.com/haskell/random/pull/9
- Fix compilation with GHC HEAD.
|
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-08-28 23:55:10 by Ryosuke Moro | Files touched by this commit (2) |
Log message:
Update to 1.0.1.3
Changes from https://github.com/haskell/random
1.0.1.3
- Merge pull request #7 from thomie/T8899
Fix for ghc ticket #8899: StdGen does not generate 0
- Merge pull request #8 from thomie/memory-leaks
Fix for memory leaks (GHC #7936 and #4218)
- Merge pull request #4 from NovaDenizen/master
fix for randomIvalInteger, ghc #8898
- Use GHC.Exts.build in randoms, randomRs to achieve fusion
|
2014-05-21 23:02:18 by Ryosuke Moro | Files touched by this commit (5) |
Log message:
Import random-1.0.1.1 as devel/hs-random,
packaged for wip by pho.
This package provides a basic random number generation library,
including the ability to split random number generators.
|