haskell-random-fu 0.3.0.0-1 source package in Ubuntu

Changelog

haskell-random-fu (0.3.0.0-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <email address hidden>  Mon, 20 Jun 2022 17:42:37 -0400

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-random-fu_0.3.0.0-1.dsc 2.9 KiB aca087ea05c9df6728501741bad3df49b1c64bfb35aca4218e3f85c0fd5718e9
haskell-random-fu_0.3.0.0.orig.tar.gz 29.1 KiB a19d158d0f2b6df51d32c9e6df7cf6bbd94b7a1af81acfb4fe505f410e5ae4c7
haskell-random-fu_0.3.0.0-1.debian.tar.xz 2.8 KiB 36085f524376f335b885249141da85d3e27b6e04c6b6fce648ffd7a20ef6a024

No changes file available.

Binary packages built by this source

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

No description available for libghc-random-fu-dev in ubuntu kinetic.

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

No description available for libghc-random-fu-doc in ubuntu kinetic.

libghc-random-fu-prof: random number generation; profiling libraries

 Random number generation based on modeling random variables in two
 complementary ways: first, by the parameters of standard mathematical
 distributions and, second, by an abstract type (RVar) which can be
 composed and manipulated monadically and sampled in either monadic
 or "pure" styles.
 .
 The primary purpose of this library is to support defining and
 sampling a wide variety of high quality random variables. Quality is
 prioritized over speed, but performance is an important goal too.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.