haskell-wide-word 0.1.5.0-1 source package in Ubuntu

Changelog

haskell-wide-word (0.1.5.0-1) unstable; urgency=medium

  * New upstream release (Closes: #1026212)
  * Declare compliance with Debian policy 4.6.2

 -- Ilias Tsitsimpis <email address hidden>  Sat, 02 Sep 2023 12:56:02 +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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-wide-word_0.1.5.0-1.dsc 2.3 KiB 6864729ca392d78569c56b553d868e07e9bfd5037eff3a943fc9be704ba6cdb7
haskell-wide-word_0.1.5.0.orig.tar.gz 19.2 KiB a732e9fe6eb2c52c744e2250c908126eee4f558ca2d2117a5e6b48023b5b41c0
haskell-wide-word_0.1.5.0-1.debian.tar.xz 2.7 KiB 69ba3604c47992d4bf58f860b3a8c5c843e32440d3983e8b1739981c5c50a247

No changes file available.

Binary packages built by this source

libghc-wide-word-dev: data types for large but fixed width signed and unsigned integers

 A library to provide data types for large (ie > 64 bits) but fixed width signed
 and unsigned integers with the usual typeclass instances to allow them to be used
 interchangeably with `Word64`.
 .
 The types and operations are coded to be as fast as possible using strictness
 annotations, `INLINEABLE` pragmas and unboxed values and operations where
 appropriate.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-wide-word-doc: data types for large but fixed width signed and unsigned integers; documentation

 A library to provide data types for large (ie > 64 bits) but fixed width signed
 and unsigned integers with the usual typeclass instances to allow them to be used
 interchangeably with `Word64`.
 .
 The types and operations are coded to be as fast as possible using strictness
 annotations, `INLINEABLE` pragmas and unboxed values and operations where
 appropriate.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-wide-word-prof: data types for large but fixed width signed and unsigned integers; profiling libraries

 A library to provide data types for large (ie > 64 bits) but fixed width signed
 and unsigned integers with the usual typeclass instances to allow them to be used
 interchangeably with `Word64`.
 .
 The types and operations are coded to be as fast as possible using strictness
 annotations, `INLINEABLE` pragmas and unboxed values and operations where
 appropriate.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.