haskell-assert-failure 0.1.2.6-1 source package in Ubuntu

Changelog

haskell-assert-failure (0.1.2.6-1) unstable; urgency=medium

  * New upstream release

 -- Ilias Tsitsimpis <email address hidden>  Mon, 18 Jul 2022 19:06: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-assert-failure_0.1.2.6-1.dsc 2.5 KiB 1c6b1172b075c10e82ebe8c46ed7324cc33798aea2d32fea498f762635bf9443
haskell-assert-failure_0.1.2.6.orig.tar.gz 3.8 KiB 5f808867c4353cfd7ab810e2f94c5607b5f36148f8b187e8aa1ceac74fde0ba5
haskell-assert-failure_0.1.2.6-1.debian.tar.xz 2.6 KiB cd9e6a36cdad40ef15ed67042c0f323f3d1012da64e71dec9393d62fc5948903

No changes file available.

Binary packages built by this source

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

No description available for libghc-assert-failure-dev in ubuntu kinetic.

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

No description available for libghc-assert-failure-doc in ubuntu kinetic.

libghc-assert-failure-prof: syntactic sugar improving 'assert' and 'error'; profiling libraries

 This library contains syntactic sugar that makes it easier
 to write simple contracts with 'assert' and 'error'
 and report the values that violate contracts.
 The original 'assert' function is here re-exported for convenience.
 .
 Note that for most of these functions to have any effect, assertions
 need to be enabled, e.g., by including in .cabal file the following line:
 .
 ghc-options: -fno-ignore-asserts
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.