NOTICE: This package has been removed from pkgsrc

./wip/hs-storablevector, Fast, packed, strict storable arrays

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2.7.2, Package name: hs-storablevector-0.2.7.2, Maintainer: pho

Fast, packed, strict storable arrays with a list interface, a chunky
lazy list interface with variable chunk size and an interface for
write access via the ST monad. This is much like bytestring and binary
but can be used for every Foreign.Storable.Storable type. See also
packages
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/vector
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uvector
with a similar intention.


Required to run:
[wip/ghc] [devel/hs-transformers] [devel/hs-syb] [devel/hs-QuickCheck]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 5f025d143bfd66d4d858718667a3f7122c59f52a
RMD160: 5a2d286620090ce6e40d9742f4e8c086729c2999
Filesize: 47.544 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-21 23:04:42 by Ryosuke Moro | Files touched by this commit (97)
Log message:
Remove hs-network, imported to pkgsrc/net.
Remove hs-random, hs-syb, imported to pkgsrc/devel.
Remove hs-x11, imported to pkgsrc/x11.
   2014-05-15 23:49:04 by Ryosuke Moro | Files touched by this commit (110)
Log message:
Remove hs-transformers, imported to pkgsrc/devel.
   2011-05-10 14:43:13 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to storablevector-0.2.7

   2010-12-30 10:05:54 by PHO / phonohawk | Files touched by this commit (4)
Log message:
Patch to make the package compatible with GHC >= 7.0

   2010-11-02 17:18:33 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-storablevector-0.2.7 as wip/hs-storablevector.

Fast, packed, strict storable arrays with a list interface, a chunky
lazy list interface with variable chunk size and an interface for
write access via the ST monad. This is much like bytestring and binary
but can be used for every Foreign.Storable.Storable type. See also
packages
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/vector
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uvector
with a similar intention.