haskell-dimensional 1.4-1 source package in Ubuntu

Changelog

haskell-dimensional (1.4-1) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * New upstream release

 -- Ilias Tsitsimpis <email address hidden>  Mon, 18 Jul 2022 20:07:20 +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-dimensional_1.4-1.dsc 2.7 KiB 87365f6948cef48f90618400f2e737088f81314a691c3526ca37d0d121d9f186
haskell-dimensional_1.4.orig.tar.gz 56.5 KiB 1a5d25018293f95c592a7e10245f680dc02d3723c53bf8f9c39cfa932ebd86a7
haskell-dimensional_1.4-1.debian.tar.xz 3.2 KiB 47bd1b001e826071c7fd2fb963e4ca207e7f0d33e2543d54f98e87c22a5c5e4d

Available diffs

No changes file available.

Binary packages built by this source

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

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

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

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

libghc-dimensional-prof: statically checked physical dimensions; profiling libraries

 Dimensional is a library providing data types for performing arithmetic
 with physical quantities and units. Information about the physical
 dimensions of the quantities and units is embedded in their types and the
 validity of operations is verified by the type checker at compile time. The
 boxing and unboxing of numerical values as quantities is done by
 multiplication and division with units.
 .
 The library is designed to, as far as is practical, enforce/encourage best
 practices of unit usage.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.