Commit graph

9 commits

Author SHA1 Message Date
rillig
17e39f419d 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.
2018-01-07 13:03:53 +00:00
szptvlfn
3233b1066b Update to 0.11.0.0
changelog:
Changes in version 0.11.0.0

 * Define `Applicative` instances for `Data.Vector.Fusion.Util.{Box,Id}`
 * Define non-bottom `fail` for `instance Monad Vector`
 * New generalized stream fusion framework
 * Various safety fixes
   - Various overflows due to vector size have been eliminated
   - Memory is initialized on creation of unboxed vectors
 * Changes to SPEC usage to allow building under more conditions

Changes in version 0.10.12.3

 * Allow building with `primtive-0.6`
2015-12-13 14:08:12 +00:00
agc
d9e4cfe05d 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-11-03 03:27:11 +00:00
szptvlfn
d54e19e0a8 Because this error:
ERROR: hs-primitive>=0.5.4 is not installed; can't buildlink files.
Bump PKGREVISION for hs-primitive-0.5.4.0
2015-05-09 11:22:25 +00:00
pho
67da9e8fd6 Update to vector-0.10.12.2
ChangeLog:
Changes in version 0.10.12.2

 * Add support for `deepseq-1.4.0.0`
2015-03-02 23:44:43 +00:00
szptvlfn
698c637c08 Update to 0.10.12.1
changelog:
Changes in version 0.10.12.1

 * Fixed compilation on non-head GHCs

Changes in version 0.10.12.0

 * Export MVector constructor from Data.Vector.Primitive to match Vector's
   (which was already exported).

 * Fix building on GHC 7.9 by adding Applicative instances for Id and Box
2014-10-18 21:27:53 +00:00
szptvlfn
9da944d0cd make it clear what package depend on
discussed with wiz@.
2014-08-29 14:08:38 +00:00
szptvlfn
80ceece03c Update to 0.10.11.0
changelog:
Changes in version 0.10.11.0

* Support OverloadedLists for boxed Vector in GHC >= 7.8

Changes in version 0.10.10.0

 * Minor version bump to rectify PVP violation occured in 0.10.9.3 release

Changes in version 0.10.9.3 (deprecated)

 * Add support for OverloadedLists in GHC >= 7.8
2014-07-19 13:16:28 +00:00
szptvlfn
5bc523feba Import vector-0.10.9.2 as devel/hs-vector,
packaged for wip by pho.

An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization framework.

It is structured as follows:
* Data.Vector
    Boxed vectors of arbitrary types.
* Data.Vector.Unboxed
    Unboxed vectors with an adaptive representation based on data type
    families.
* Data.Vector.Storable
    Unboxed vectors of Storable types.
* Data.Vector.Primitive
    Unboxed vectors of primitive types as defined by the primitive
    package. Data.Vector.Unboxed is more flexible at no performance
    cost.
* Data.Vector.Generic
    Generic interface to the vector types.
2014-05-26 22:02:40 +00:00