haskell-numtype 1.2-7 source package in Ubuntu

Changelog

haskell-numtype (1.2-7) unstable; urgency=medium

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

 -- Ilias Tsitsimpis <email address hidden>  Wed, 29 Jun 2022 20:45:41 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-numtype_1.2-7.dsc 2.2 KiB ac28c7ad05c12daf22d5c979a866cf76b5c55143d11d2293e99b05cd11e5bc08
haskell-numtype_1.2.orig.tar.gz 7.5 KiB d537a8caefc04306384b5b14178b08ece87aeae25f5759be2cde2aff8de3aadd
haskell-numtype_1.2-7.debian.tar.xz 3.0 KiB 5f9a6b05b075635e6ff17043daf0db8b65f9f5ca76c65186605644bb91798e41

Available diffs

No changes file available.

Binary packages built by this source

libghc-numtype-dev: No summary available for libghc-numtype-dev in ubuntu kinetic.

No description available for libghc-numtype-dev in ubuntu kinetic.

libghc-numtype-doc: No summary available for libghc-numtype-doc in ubuntu kinetic.

No description available for libghc-numtype-doc in ubuntu kinetic.

libghc-numtype-prof: type-level (low cardinality) integers; profiling libraries

 This package provides unary type level representations of the (positive
 and negative) integers and basic operations (addition, subtraction,
 multiplication, division) on these. Due to the unary implementation the
 practical size of the NumTypes is severely limited making them unsuitable
 for large-cardinality applications. If you will be working with integers
 beyond (-20, 20) this package probably isn't for you.
 .
 It is, however, eminently suitable for applications such as representing
 physical dimensions (see the Dimensional library).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.