libghc-semirings-prof binary package in Ubuntu Lunar ppc64el

 Haskellers are usually familiar with monoids and semigroups. A monoid has an
 appending operation `<>` (or `mappend`), and an identity element, `mempty`.
 A semigroup has an appending `<>` operation, but does not require a `mempty`
 element.
 .
 A Semiring has two appending operations, `plus` and `times`, and two
 respective identity elements, `zero` and `one`.
 .
 More formally, a Semiring R is a set equipped with two binary relations `+`
 and `*`, such that:
 .
 (R,+) is a commutative monoid with identity element 0,
 .
 (R,*) is a monoid with identity element 1,
 .
 (*) left and right distributes over addition, and
 .
 multiplication by '0' annihilates R.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2022-12-28 04:09:00 UTC Published Ubuntu Lunar ppc64el release universe haskell Optional 0.6-2build1
  • Published
  • Copied from ubuntu lunar-proposed ppc64el in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar ppc64el proposed universe haskell Optional 0.6-2build1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2022-12-28 04:21:16 UTC Superseded Ubuntu Lunar ppc64el release universe haskell Optional 0.6-2
  • Removed from disk .
  • Removal requested .
  • Superseded by ppc64el build of haskell-semirings 0.6-2build1 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu kinetic-proposed ppc64el in Primary Archive for Ubuntu