haskell-bytestring-to-vector 0.3.0.1-4 source package in Ubuntu

Changelog

haskell-bytestring-to-vector (0.3.0.1-4) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * Sourceful upload for GHC 9.0.2

 -- Ilias Tsitsimpis <email address hidden>  Tue, 19 Jul 2022 11:10:04 +0300

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-bytestring-to-vector_0.3.0.1-4.dsc 2.4 KiB 44bd4868b28c4aba4660b481a015a4e44706410a7e23dddc7aed55004f86ad10
haskell-bytestring-to-vector_0.3.0.1.orig.tar.gz 4.0 KiB ccfb5bdccd88a5be488acb291a5863d9026e109d2178e58d87948b43b519284a
haskell-bytestring-to-vector_0.3.0.1-4.debian.tar.xz 2.3 KiB 50f808ab94920ddccd4a8a2d2c0c6bbc0506bd865701b156f1b84b709bd7099e

No changes file available.

Binary packages built by this source

libghc-bytestring-to-vector-dev: No summary available for libghc-bytestring-to-vector-dev in ubuntu kinetic.

No description available for libghc-bytestring-to-vector-dev in ubuntu kinetic.

libghc-bytestring-to-vector-doc: No summary available for libghc-bytestring-to-vector-doc in ubuntu kinetic.

No description available for libghc-bytestring-to-vector-doc in ubuntu kinetic.

libghc-bytestring-to-vector-prof: convert ByteString<->Vector.Storable without copying; profiling libraries

 This library allows conversion between the types from Data.ByteString
 and Data.Vector.Storable without copying the underlying data. This
 is useful, for example, when ByteString IO produces or consumes
 vectors of numbers in native byte order.
 .
 The conversion relies on the fact that ByteString and Vector use their
 respective ForeignPtr's in compatible ways.
 .
 This library is a fork of spool.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.