haskell-managed 1.0.10-1 source package in Ubuntu

Changelog

haskell-managed (1.0.10-1) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * Declare compliance with Debian policy 4.6.2
  * New upstream release

 -- Ilias Tsitsimpis <email address hidden>  Mon, 28 Aug 2023 17:26:22 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-managed_1.0.10-1.dsc 2.1 KiB 4b9333ba667f8f356a7d7dc03c58fbfc4114e07e3a89f217ed432d81799380fa
haskell-managed_1.0.10.orig.tar.gz 5.1 KiB 3a22ca9d50c1efc2725ca244d60df0a79118119bef1aa2128589d93bbf99f759
haskell-managed_1.0.10-1.debian.tar.xz 2.4 KiB 7be2f4a61b8cb02116610856d84d3640890e0cd818e262720eec8a884c1ee13f

No changes file available.

Binary packages built by this source

libghc-managed-dev: monad for managed values

 In Haskell you very often acquire values using the with...
 idiom using functions of type (a -> IO r) -> IO r. This idiom forms a
 Monad, which is a special case of the ContT monad (from transformers) or
 the Codensity monad (from kan-extensions). The main purpose behind this
 package is to provide a restricted form of these monads specialized to this
 unusually common case.
 .
 The reason this package defines a specialized version of these types
 is to:
 .
  * be more beginner-friendly,
  * simplify inferred types and error messages, and:
  * provide some additional type class instances that would otherwise
    be orphan instances
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-managed-doc: monad for managed values; documentation

 In Haskell you very often acquire values using the with...
 idiom using functions of type (a -> IO r) -> IO r. This idiom forms a
 Monad, which is a special case of the ContT monad (from transformers) or
 the Codensity monad (from kan-extensions). The main purpose behind this
 package is to provide a restricted form of these monads specialized to this
 unusually common case.
 .
 The reason this package defines a specialized version of these types
 is to:
 .
  * be more beginner-friendly,
  * simplify inferred types and error messages, and:
  * provide some additional type class instances that would otherwise
    be orphan instances
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-managed-prof: monad for managed values; profiling libraries

 In Haskell you very often acquire values using the with...
 idiom using functions of type (a -> IO r) -> IO r. This idiom forms a
 Monad, which is a special case of the ContT monad (from transformers) or
 the Codensity monad (from kan-extensions). The main purpose behind this
 package is to provide a restricted form of these monads specialized to this
 unusually common case.
 .
 The reason this package defines a specialized version of these types
 is to:
 .
  * be more beginner-friendly,
  * simplify inferred types and error messages, and:
  * provide some additional type class instances that would otherwise
    be orphan instances
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.