haskell-free 5.1.9-1 source package in Ubuntu

Changelog

haskell-free (5.1.9-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.1

  [ Clint Adams ]
  * New upstream version.

 -- Clint Adams <email address hidden>  Thu, 21 Jul 2022 19:06:29 -0400

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-free_5.1.9-1.dsc 3.2 KiB dce965318d810ccf2ff441ff2e74083c659cff40bb60f89c7f8506e2bc1a4757
haskell-free_5.1.9.orig.tar.gz 60.2 KiB 2e751309408550ebccc2708170ec8473eac1e35b4bc1016bee0776ac938e9fee
haskell-free_5.1.9-1.debian.tar.xz 3.5 KiB 858221e83e59e727832adff254ac79648e17a8849805a701af5a9af130a67144

No changes file available.

Binary packages built by this source

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

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

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

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

libghc-free-prof: Monads for free; profiling libraries

 Free monads are useful for many tree-like structures and domain specific
 languages.
 .
 A Monad n is a free Monad for f if every Monad homomorphism from n to another
 monad m is equivalent to a natural transformation from f to m.
 .
 Cofree comonads provide convenient ways to talk about branching streams and
 rose-trees, and can be used to annotate syntax trees.
 .
 A Comonad v is a cofree Comonad for f if every Comonad homomorphism another
 comonad w to v is equivalent to a natural transformation from w to f.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.